diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-01-08 13:59:41 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-01-08 14:42:05 +0300 |
commit | d5ef1eac7f52771108953599bd821caa03637b0e (patch) | |
tree | 64f1e713b7eaf0d8c4a37a768e1ad23a1ba328ce /.travis.yml | |
parent | Travis: verify executable file bitness (diff) | |
download | cmake-common-d5ef1eac7f52771108953599bd821caa03637b0e.tar.gz cmake-common-d5ef1eac7f52771108953599bd821caa03637b0e.zip |
cmake/build/ci: fix import errors
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index b7ce789..56abeba 100644 --- a/.travis.yml +++ b/.travis.yml @@ -90,6 +90,15 @@ jobs: script: - ./boost/build/ci/travis.py --link static -- --with-filesystem --with-program_options - bash -o pipefail -c 'find "$HOME/boost_1_65_0/stage" -type f | sort' + - >- + TRAVIS_BUILD_DIR="$TRAVIS_BUILD_DIR/cmake/examples/boost" + ./cmake/build/ci/travis.py + --install "$HOME/install/boost_1_65_0" + -- + -D BOOST_ROOT="$HOME/boost_1_65_0" + -D BOOST_LIBRARYDIR="$HOME/boost_1_65_0/stage/x64/Release/lib" + - "$HOME/install/boost_1_65_0/bin/foo" + - ./.ci/verify_arch.sh "$HOME/install/boost_1_65_0/bin/foo" x64 env: travis_boost_version: 1.65.0 configuration: Release |