CI: Manually fix up missing dependency to program_options.

This commit is contained in:
jzmaddock
2017-05-30 13:27:31 +01:00
parent 35fa1626d5
commit 180c0e7e91
2 changed files with 4 additions and 0 deletions

View File

@@ -431,9 +431,11 @@ install:
- cd boost-root - cd boost-root
- git submodule update --init tools/build - git submodule update --init tools/build
- git submodule update --init libs/config - git submodule update --init libs/config
- git submodule update --init libs/program_options
- cp -r $TRAVIS_BUILD_DIR/* libs/regex - cp -r $TRAVIS_BUILD_DIR/* libs/regex
- git submodule update --init tools/boostdep - git submodule update --init tools/boostdep
- python tools/boostdep/depinst/depinst.py regex - python tools/boostdep/depinst/depinst.py regex
- python tools/boostdep/depinst/depinst.py program_options
- ./bootstrap.sh - ./bootstrap.sh
- ./b2 headers - ./b2 headers

View File

@@ -47,9 +47,11 @@ install:
- cd boost-root - cd boost-root
- git submodule update --init tools/build - git submodule update --init tools/build
- git submodule update --init libs/config - git submodule update --init libs/config
- git submodule update --init libs/prohram_options
- xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\regex - xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\regex
- git submodule update --init tools/boostdep - git submodule update --init tools/boostdep
- python tools/boostdep/depinst/depinst.py regex - python tools/boostdep/depinst/depinst.py regex
- python tools/boostdep/depinst/depinst.py program_options
- bootstrap - bootstrap
- b2 headers - b2 headers