aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2019-12-13 23:35:57 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2019-12-14 01:01:12 +0300
commit16ca6c1cf2a570c7814e17a2e85909165452c145 (patch)
treecb28a3a768972f4c292951aa286de2ed350cbead /.travis.yml
parentstress_test.py: check all outputs equal (diff)
downloadmath-server-16ca6c1cf2a570c7814e17a2e85909165452c145.tar.gz
math-server-16ca6c1cf2a570c7814e17a2e85909165452c145.zip
update cmake-common
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index f79910c..af4f5b5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,7 +18,7 @@ env:
- configuration=Release platform=x64
before_script:
- - ./cmake/ci/boost/build_travis.py --with filesystem program_options test --link=static
+ - ./cmake/ci/boost/build_travis.py link=static --with-filesystem --with-program_options --with-test
script:
- |-
@@ -27,7 +27,7 @@ script:
--install "$HOME/install" \
--toolchain ./cmake/toolchains/gcc-$platform.cmake \
--boost "$HOME/boost_1_71_0" \
- --boost-librarydir "$HOME/boost_1_71_0/stage/$platform/${configuration,,}/lib" \
+ --boost-librarydir "$HOME/boost_1_71_0/stage/$platform/$configuration/lib" \
-- \
-DENABLE_TESTS=ON
- "$HOME/install/bin/math-server-unit-tests"