diff options
-rw-r--r-- | .travis.yml | 5 | ||||
m--------- | cmake | 0 |
2 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" diff --git a/cmake b/cmake -Subproject 86f069fe70a8ece2829953264ef372d0a661b45 +Subproject e3c81aeff2eae97259df94bc066296432a95ef2 |