2
0
mirror of https://github.com/boostorg/spirit.git synced 2026-01-19 04:42:11 +00:00

Turn off warnings from dependencies

This removes the need of prebuilding dependencies in CI
This commit is contained in:
Nikita Kniazev
2020-04-08 22:21:59 +03:00
parent a8a8aa13d5
commit 1ba9024712
4 changed files with 7 additions and 17 deletions

View File

@@ -36,7 +36,6 @@ env:
- PROJECT=libs/spirit
- BOOST_ROOT=$HOME/boost
- BOOST_BUILD_PATH=$HOME/build-boost
- TEST_LINK_DEPS=date_time,chrono,filesystem,regex,thread
matrix:
include:
@@ -158,11 +157,8 @@ before_install:
- pushd $BOOST_ROOT
# Remove the empty folder
- rm -rf $PROJECT
- ./bootstrap.sh --with-toolset=clang --with-libraries=$TEST_LINK_DEPS
- ./bootstrap.sh --with-toolset=clang
- ./b2 headers
- ./b2 link=shared threading=multi variant=release runtime-debugging=on,off
toolset=$TRAVIS_COMPILER cxxstd=${STD#*,} $STDLIB
warnings=off
# Move the repository to boost/libs and make a link to previous place
- mv $TRAVIS_BUILD_DIR $PROJECT