aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2020-01-03 04:19:48 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2020-01-03 04:19:48 +0300
commitb22716c674a7ecf6a73f0bea9416d3096269fa34 (patch)
tree4802cae932f66558891a04324dce1bc013f3890b
parentCI: run the benchmarks (diff)
downloadmath-server-b22716c674a7ecf6a73f0bea9416d3096269fa34.tar.gz
math-server-b22716c674a7ecf6a73f0bea9416d3096269fa34.zip
Travis: forgot to build Boost.Regex
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 80d0938..7987056 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,7 +22,7 @@ env:
- configuration=Release platform=x64
before_script:
- - ./cmake/ci/boost/build_travis.py -- link=static --with-filesystem --with-program_options --with-test
+ - ./cmake/ci/boost/build_travis.py -- link=static --with-filesystem --with-program_options --with-regex --with-test
script:
- |-