forked from boostorg/system
Execute bootstrap in a subshell in Appveyor
This commit is contained in:
@ -59,7 +59,7 @@ install:
|
|||||||
- git submodule update --init tools/boostdep
|
- git submodule update --init tools/boostdep
|
||||||
- xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\system
|
- xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\system
|
||||||
- python tools/boostdep/depinst/depinst.py system
|
- python tools/boostdep/depinst/depinst.py system
|
||||||
- bootstrap
|
- cmd /c bootstrap
|
||||||
- b2 headers
|
- b2 headers
|
||||||
|
|
||||||
build: off
|
build: off
|
||||||
|
Reference in New Issue
Block a user