]> granicus.if.org Git - jq/commitdiff
Upload build failure logs 1076/head
authorJan Schulz <jasc@gmx.net>
Sat, 16 Jan 2016 21:39:55 +0000 (22:39 +0100)
committerNicolas Williams <nico@cryptonector.com>
Sat, 16 Jan 2016 23:02:43 +0000 (17:02 -0600)
Signed-off-by: Nicolas Williams <nico@cryptonector.com>
appveyor.yml

index f22b7c0404a068afea6f1fcbf65561d09ee4e53f..50d6fd21e0e9e9aac1f3faedf21a13222117c53c 100644 (file)
@@ -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
+