From 83d3f07b0d7602c586f32a6dbedc4a70b23ea9bc Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Mon, 13 Mar 2017 19:02:57 +0200 Subject: [PATCH] Fourth try to obtain bootstrap.log from Appveyor --- appveyor.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 4d9d46a..1857fe9 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -32,13 +32,10 @@ install: - git submodule init tools/build - git submodule update - xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\smart_ptr - - bootstrap + - cmd /d /c bootstrap || type bootstrap.log & color 00 - b2 headers build: off test_script: - b2 libs/smart_ptr/test toolset=msvc-9.0,msvc-10.0,msvc-11.0,msvc-14.0 - -artifacts: - - path: ..\boost-root\bootstrap.log