forked from boostorg/smart_ptr
Second try to obtain bootstrap.log from Appveyor
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user