summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorJan Schulz <jasc@gmx.net>2016-01-16 22:39:55 +0100
committerNicolas Williams <nico@cryptonector.com>2016-01-16 17:02:43 -0600
commite6e07cd2c6d2130a8811f223e13534aee978551f (patch)
tree65cd11f030535e552e7d24ba77e4fd4708effa68 /appveyor.yml
parentec4dfd32cc6f6afc90fe93cfc48df18be2d3601c (diff)
Upload build failure logs
Signed-off-by: Nicolas Williams <nico@cryptonector.com>
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index f22b7c04..50d6fd21 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -33,3 +33,13 @@ artifacts:
- path: jq.exe
name: jq-exe
+ - path: test-suite.log
+ name: logs
+
+
+on_failure:
+ - cat test-suite.log
+ - appveyor PushArtifact test-suite.log
+ # also push the jq.exe so that someone can download it anyways...
+ - appveyor PushArtifact jq-package.zip
+