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'