aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2019-12-15 01:04:56 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2019-12-15 01:04:56 +0300
commit2d14e3f1588c5c82f9db28e0af05b722a3e8e133 (patch)
tree3b4abd5c4f8233fe4bdef8965312ee8e247fa0e8 /.travis.yml
parentupdate cmake-common (diff)
downloadmath-server-2d14e3f1588c5c82f9db28e0af05b722a3e8e133.tar.gz
math-server-2d14e3f1588c5c82f9db28e0af05b722a3e8e133.zip
update cmake-common
Diffstat (limited to '')
-rw-r--r--.travis.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index af4f5b5..5e22239 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,12 +22,12 @@ before_script:
script:
- |-
- ./cmake/ci/build_travis.py \
+ ./cmake/ci/build_travis.py \
--configuration "$configuration" \
- --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" \
+ --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
- "$HOME/install/bin/math-server-unit-tests"