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