diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 80967084..e6d2f5ef 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -38,7 +38,15 @@ jobs: Release: CC: gcc BuildType: release - cmakeExtraArgs: -DCMAKE_BUILD_TYPE=Debug + cmakeExtraArgs: -DCMAKE_BUILD_TYPE=Release + Debug Clang: + CC: clang + BuildType: debug-clang + cmakeExtraArgs: -DCMAKE_BUILD_TYPE=Debug -DMI_CHECK_FULL=ON + Release Clang: + CC: clang + BuildType: release-clang + cmakeExtraArgs: -DCMAKE_BUILD_TYPE=Release steps: - task: CMake@1 @@ -53,11 +61,6 @@ jobs: - upload: $(Build.SourcesDirectory)/$(BuildType) artifact: ubuntu-$(BuildType) - - task: PublishTestResults@2 - inputs: - testResultsFormat: cTest - testResultsFiles: '$(BuildType)/Testing/Temporary/LastTest.log' - - job: displayName: macOS pool: