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