From 7c92e4654ee1a6b5ab8c6fc4b4b0f4c1176b6d98 Mon Sep 17 00:00:00 2001 From: Guido Draheim Date: Sun, 26 May 2019 13:14:31 +0200 Subject: [PATCH] publish testresults.xml --- azure-pipelines.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- 2.40.0