From 9175723e0328570f12975333d4f9cc0d863a6643 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 8 Jan 2020 19:18:58 +0300 Subject: common.cmake: CC_STATIC_RUNTIME=OFF implied if using dynamic Boost libs --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 56abeba..8531063 100644 --- a/.travis.yml +++ b/.travis.yml @@ -48,6 +48,7 @@ jobs: ./boost/build/build.py build --configuration Debug --platform x86 + --link static -- ./boost_1_58_0 --with-filesystem --with-program_options - bash -o pipefail -c 'find boost_1_58_0/stage -type f | sort' @@ -56,9 +57,9 @@ jobs: --install "$HOME/install/boost_1_58_0" --configuration Debug -- cmake/examples/boost + -D "CMAKE_TOOLCHAIN_FILE=$TRAVIS_BUILD_DIR/cmake/toolchains/gcc-x86.cmake" -D "BOOST_ROOT=$TRAVIS_BUILD_DIR/boost_1_58_0" -D "BOOST_LIBRARYDIR=$TRAVIS_BUILD_DIR/boost_1_58_0/stage/x86/Debug/lib" - -D "CMAKE_TOOLCHAIN_FILE=$TRAVIS_BUILD_DIR/cmake/toolchains/gcc-x86.cmake" - "$HOME/install/boost_1_58_0/bin/foo" - ./.ci/verify_arch.sh "$HOME/install/boost_1_58_0/bin/foo" x86 -- cgit v1.2.3