mirror of
https://github.com/boostorg/regex.git
synced 2025-07-31 04:57:19 +02:00
CI: Manually fix up missing dependency to program_options.
This commit is contained in:
@ -431,9 +431,11 @@ install:
|
||||
- cd boost-root
|
||||
- git submodule update --init tools/build
|
||||
- git submodule update --init libs/config
|
||||
- git submodule update --init libs/program_options
|
||||
- cp -r $TRAVIS_BUILD_DIR/* libs/regex
|
||||
- git submodule update --init tools/boostdep
|
||||
- python tools/boostdep/depinst/depinst.py regex
|
||||
- python tools/boostdep/depinst/depinst.py program_options
|
||||
- ./bootstrap.sh
|
||||
- ./b2 headers
|
||||
|
||||
|
@ -47,9 +47,11 @@ install:
|
||||
- cd boost-root
|
||||
- git submodule update --init tools/build
|
||||
- git submodule update --init libs/config
|
||||
- git submodule update --init libs/prohram_options
|
||||
- xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\regex
|
||||
- git submodule update --init tools/boostdep
|
||||
- python tools/boostdep/depinst/depinst.py regex
|
||||
- python tools/boostdep/depinst/depinst.py program_options
|
||||
- bootstrap
|
||||
- b2 headers
|
||||
|
||||
|
Reference in New Issue
Block a user