mirror of
https://github.com/microsoft/mimalloc.git
synced 2024-12-26 21:04:27 +08:00
remove publish test, add clang config
This commit is contained in:
parent
6577e0e9fd
commit
3bef93698b
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user