Second try to obtain bootstrap.log from Appveyor

This commit is contained in:
Peter Dimov
2017-03-13 18:36:52 +02:00
parent b4abcdb016
commit f45dd4d955

View File

@ -32,10 +32,13 @@ install:
- git submodule init tools/build - git submodule init tools/build
- git submodule update - git submodule update
- xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\smart_ptr - xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\smart_ptr
- bootstrap || appveyor PushArtifact bootstrap.log & color 00 - bootstrap
- b2 headers - b2 headers
build: off build: off
test_script: test_script:
- b2 libs/smart_ptr/test toolset=msvc-9.0,msvc-10.0,msvc-11.0,msvc-14.0 - b2 libs/smart_ptr/test toolset=msvc-9.0,msvc-10.0,msvc-11.0,msvc-14.0
artifacts:
- path: bootstrap.log