mirror of
https://github.com/boostorg/regex.git
synced 2025-07-31 21:14:36 +02:00
CI: Manually fix up missing dependency to program_options.
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user