aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2019-12-15 13:14:56 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2019-12-15 13:14:56 +0300
commit4ce3abb2437504063112bae2277d36fdb9b6541b (patch)
treecb0699eecb5cc0cd54e177affd8c68ba4a604d52
parentupdate cmake-common (diff)
downloadmath-server-4ce3abb2437504063112bae2277d36fdb9b6541b.tar.gz
math-server-4ce3abb2437504063112bae2277d36fdb9b6541b.zip
update cmake-common
-rw-r--r--.travis.yml5
m---------cmake0
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