From 4ce3abb2437504063112bae2277d36fdb9b6541b Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 15 Dec 2019 13:14:56 +0300 Subject: update cmake-common --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to '.travis.yml') 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" -- cgit v1.2.3