Use snapshot to get latest pointer_traits

This commit is contained in:
Daniel James
2018-01-26 20:01:29 +00:00
parent ddf302fcc2
commit cdb0229cf2
2 changed files with 4 additions and 3 deletions

View File

@@ -17,9 +17,9 @@ environment:
install: install:
- cd c:\projects - 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/master/boost_1_67_0-snapshot.7z
- 7z x boost.7z - 7z x boost.7z
- set BOOST_ROOT=c:\projects\boost_1_66_0 - set BOOST_ROOT=c:\projects\boost_1_67_0
- rd /s /q %BOOST_ROOT%\boost\unordered - rd /s /q %BOOST_ROOT%\boost\unordered
- cd %BOOST_ROOT%\tools\build - cd %BOOST_ROOT%\tools\build
- cmd /c bootstrap - cmd /c bootstrap

View File

@@ -62,7 +62,8 @@ before_script:
snapshot=develop snapshot=develop
fi fi
else else
snapshot=stable #snapshot=stable
snapshot=master
fi fi
# Set download_url for snapshot # Set download_url for snapshot