From 05e6d416bbb94172533e88405713ae0bccc61817 Mon Sep 17 00:00:00 2001 From: Joshua Scott Date: Sat, 20 Oct 2018 01:13:43 +0100 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 00ba6c6..71c45ac 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -14,4 +14,11 @@ steps: cmake .. make make test CTEST_OUTPUT_ON_FAILURE=TRUE - displayName: 'make' \ No newline at end of file + displayName: 'Compile' +- script: | + make test CTEST_OUTPUT_ON_FAILURE=TRUE + displayName: 'Test' +- task: PublishTestResults@2 + inputs: + testResultsFormat: 'JUnit' + testResultsFiles: '**/test-*.xml'