]> granicus.if.org Git - zziplib/commitdiff
publish testresults.xml
authorGuido Draheim <guidod@gmx.de>
Sun, 26 May 2019 11:14:31 +0000 (13:14 +0200)
committerGuido Draheim <guidod@gmx.de>
Sun, 26 May 2019 11:14:31 +0000 (13:14 +0200)
azure-pipelines.yml

index 5d89d7166759e4c13260ebad755c1ba3b28fc722..3b4eee1cc43c41f687be9163a091f1b218b61fc1 100644 (file)
@@ -24,14 +24,15 @@ steps:
     mkdir build
   displayName: 'build dir'
 - script: |
-    cd build && cmake -DTESTFLAGS=--xmlresults ..
+    cd build && cmake -DTESTFLAGS=--xmlresults=TEST-zziplibs.xml ..
   displayName: 'configure'
 - script: |
     cd build && make all VERBOSE=1
   displayName: 'make all'
 - script: |
     cd build && make check
-  displayName: 'make check'
+  displayName: 'make check VERBOSE=1'
 - script: |
     find . -name '*.xml'
   displayName: 'find xml'
+- task: PublishTestResults@2