From: Guido Draheim Date: Sun, 26 May 2019 11:14:31 +0000 (+0200) Subject: publish testresults.xml X-Git-Tag: v0.13.72~59 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7c92e4654ee1a6b5ab8c6fc4b4b0f4c1176b6d98;p=zziplib publish testresults.xml --- diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5d89d71..3b4eee1 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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