From 070844cbda6e9d4b5581f3922d4a97cc863ddb12 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Thu, 22 Jun 2017 17:36:27 +0300 Subject: [PATCH] Execute bootstrap in subshell on Appveyor to preserve TOOLSET --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 152eb22..2561803 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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