Use boost 1.67.0 in travis and appveyor

This commit is contained in:
Daniel James
2018-04-15 22:13:58 +01:00
parent a6da082784
commit 59f9543c10
2 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ environment:
install:
- cd c:\projects
- curl -sSL -o boost.7z https://dl.bintray.com/boostorg/release/1.66.0/source/boost_1_66_0.7z
- curl -sSL -o boost.7z https://dl.bintray.com/boostorg/release/1.66.0/source/boost_1_67_0.7z
- 7z x boost.7z
- set BOOST_ROOT=c:\projects\boost_1_66_0
- rd /s /q %BOOST_ROOT%\boost\functional\hash

View File

@ -34,8 +34,8 @@ matrix:
CXXSTD=11
before_script:
- export BOOST_VERSION=1.66.0
- export BOOST_FILENAME=boost_1_66_0
- export BOOST_VERSION=1.67.0
- export BOOST_FILENAME=boost_1_67_0
- export BOOST_ROOT=${HOME}/boost
- cd ${TRAVIS_BUILD_DIR}
- touch Jamroot.jam