diff --git a/appveyor.yml b/appveyor.yml index a5c1da51..e6805b55 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -33,10 +33,8 @@ install: - git submodule update --init tools/boostdep - xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\leaf\ - python tools/boostdep/depinst/depinst.py leaf - - cd tools\build\src\engine - - cmd /c build.bat - - cd ..\..\..\.. - - cmd /c bootstrap + - cmd /c bootstrap & exit 0 + - type bootstrap.log - b2 headers build: off