diff options
author | kinichiro <kinichiro.inoguchi@gmail.com> | 2020-07-07 22:49:58 +0900 |
---|---|---|
committer | kinichiro <kinichiro.inoguchi@gmail.com> | 2020-07-07 22:49:58 +0900 |
commit | b2311ac5d9c910210d946ee6664c04d85ed50d66 (patch) | |
tree | cb4fca6ddfdfb9bd4bd23ccfd4440fa3bca07acc | |
parent | 615c380811641b92e325ca4f7a732363368716a6 (diff) | |
download | portable-b2311ac5d9c910210d946ee6664c04d85ed50d66.tar.gz portable-b2311ac5d9c910210d946ee6664c04d85ed50d66.tar.bz2 portable-b2311ac5d9c910210d946ee6664c04d85ed50d66.zip |
Keep test log as artifact
-rw-r--r-- | appveyor.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml index fd59c2c..df1b448 100644 --- a/appveyor.yml +++ b/appveyor.yml | |||
@@ -44,3 +44,12 @@ build_script: | |||
44 | 44 | ||
45 | test_script: | 45 | test_script: |
46 | - ctest -C %CONFIG% --timeout 150 --output-on-failure | 46 | - ctest -C %CONFIG% --timeout 150 --output-on-failure |
47 | |||
48 | on_failure: | ||
49 | - 7z a Testing.zip Testing | ||
50 | - appveyor PushArtifact Testing.zip | ||
51 | |||
52 | artifacts: | ||
53 | - path: build\Testing | ||
54 | name: Testing | ||
55 | type: zip | ||