Execute bootstrap in subshell on Appveyor to preserve TOOLSET

This commit is contained in:
Peter Dimov
2017-06-22 17:36:27 +03:00
parent 4a79b5573e
commit 070844cbda

View File

@ -1,4 +1,4 @@
# Copyright 2016 Peter Dimov
# Copyright 2016, 2017 Peter Dimov
# 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)
@ -27,7 +27,7 @@ install:
- mkdir libs\variant2
- xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\variant2
- python tools/boostdep/depinst/depinst.py variant2
- bootstrap
- cmd /c bootstrap
- b2 headers
build: off