From f45dd4d9550f601d516f0cb022917a0ad1e6c184 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Mon, 13 Mar 2017 18:36:52 +0200 Subject: [PATCH] Second try to obtain bootstrap.log from Appveyor --- appveyor.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 555b369..dc12413 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -32,10 +32,13 @@ install: - git submodule init tools/build - git submodule update - xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\smart_ptr - - bootstrap || appveyor PushArtifact bootstrap.log & color 00 + - bootstrap - 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: bootstrap.log