Keep test log as artifact

This commit is contained in:
kinichiro 2020-07-07 22:49:58 +09:00
parent 615c380811
commit b2311ac5d9

View File

@ -44,3 +44,12 @@ build_script:
test_script:
- ctest -C %CONFIG% --timeout 150 --output-on-failure
on_failure:
- 7z a Testing.zip Testing
- appveyor PushArtifact Testing.zip
artifacts:
- path: build\Testing
name: Testing
type: zip