Update install_boost.py script

This commit is contained in:
Oliver Hamlet
2019-04-18 18:40:59 +01:00
parent c96da7fef1
commit ced4e795d7
+1 -1
View File
@@ -23,7 +23,7 @@ cache:
install:
- export CXX="g++-8" CC="gcc-8"
# Build Boost.
- wget https://raw.githubusercontent.com/Ortham/ci-scripts/2.0.0/install_boost.py
- wget https://raw.githubusercontent.com/Ortham/ci-scripts/2.1.2/install_boost.py
- python install_boost.py --directory ~ --boost-version 1.67.0 -a 64 -t gcc-8 locale system
# Install packages for generating documentation
- pip install --user -r docs/requirements.txt