forked from boostorg/variant2
Execute bootstrap in subshell on Appveyor to preserve TOOLSET
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
# Copyright 2016 Peter Dimov
|
# Copyright 2016, 2017 Peter Dimov
|
||||||
# Distributed under the Boost Software License, Version 1.0.
|
# Distributed under the Boost Software License, Version 1.0.
|
||||||
# (See accompanying file LICENSE_1_0.txt or copy at http://boost.org/LICENSE_1_0.txt)
|
# (See accompanying file LICENSE_1_0.txt or copy at http://boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
@ -27,7 +27,7 @@ install:
|
|||||||
- mkdir libs\variant2
|
- mkdir libs\variant2
|
||||||
- xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\variant2
|
- xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\variant2
|
||||||
- python tools/boostdep/depinst/depinst.py variant2
|
- python tools/boostdep/depinst/depinst.py variant2
|
||||||
- bootstrap
|
- cmd /c bootstrap
|
||||||
- b2 headers
|
- b2 headers
|
||||||
|
|
||||||
build: off
|
build: off
|
||||||
|
Reference in New Issue
Block a user