remove publish test, add clang config

This commit is contained in:
daan 2019-07-10 22:41:53 -07:00
parent 6577e0e9fd
commit 3bef93698b

View File

@ -38,7 +38,15 @@ jobs:
Release: Release:
CC: gcc CC: gcc
BuildType: release 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: steps:
- task: CMake@1 - task: CMake@1
@ -53,11 +61,6 @@ jobs:
- upload: $(Build.SourcesDirectory)/$(BuildType) - upload: $(Build.SourcesDirectory)/$(BuildType)
artifact: ubuntu-$(BuildType) artifact: ubuntu-$(BuildType)
- task: PublishTestResults@2
inputs:
testResultsFormat: cTest
testResultsFiles: '$(BuildType)/Testing/Temporary/LastTest.log'
- job: - job:
displayName: macOS displayName: macOS
pool: pool: