diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2019-12-15 13:14:56 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2019-12-15 13:14:56 +0300 |
commit | 4ce3abb2437504063112bae2277d36fdb9b6541b (patch) | |
tree | cb0699eecb5cc0cd54e177affd8c68ba4a604d52 /.travis.yml | |
parent | update cmake-common (diff) | |
download | math-server-4ce3abb2437504063112bae2277d36fdb9b6541b.tar.gz math-server-4ce3abb2437504063112bae2277d36fdb9b6541b.zip |
update cmake-common
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 5e22239..6bdc61e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,16 +18,15 @@ 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-test script: - |- ./cmake/ci/build_travis.py \ - --configuration "$configuration" \ --install "$HOME/install" \ -- \ -D "CMAKE_TOOLCHAIN_FILE=cmake/toolchains/gcc-$platform.cmake" \ -D "BOOST_ROOT=$HOME/boost_1_71_0" \ -D "BOOST_LIBRARYDIR=$HOME/boost_1_71_0/stage/$platform/$configuration/lib" \ - -DENABLE_TESTS=ON + -D ENABLE_TESTS=ON - "$HOME/install/bin/math-server-unit-tests" |