mirror of
https://github.com/microsoft/mimalloc.git
synced 2024-12-27 13:33:18 +08:00
ensure unique build names for C++ azure pipeline jobs
This commit is contained in:
parent
5c82b459d6
commit
f750e793ff
@ -64,7 +64,7 @@ jobs:
|
|||||||
Debug++:
|
Debug++:
|
||||||
CC: gcc
|
CC: gcc
|
||||||
CXX: g++
|
CXX: g++
|
||||||
BuildType: debug
|
BuildType: debug-cxx
|
||||||
cmakeExtraArgs: -DCMAKE_BUILD_TYPE=Debug -DMI_DEBUG_FULL=ON -DMI_USE_CXX=ON
|
cmakeExtraArgs: -DCMAKE_BUILD_TYPE=Debug -DMI_DEBUG_FULL=ON -DMI_USE_CXX=ON
|
||||||
Debug Clang:
|
Debug Clang:
|
||||||
CC: clang
|
CC: clang
|
||||||
@ -84,7 +84,7 @@ jobs:
|
|||||||
Debug++ Clang:
|
Debug++ Clang:
|
||||||
CC: clang
|
CC: clang
|
||||||
CXX: clang++
|
CXX: clang++
|
||||||
BuildType: debug-clang
|
BuildType: debug-clang-cxx
|
||||||
cmakeExtraArgs: -DCMAKE_BUILD_TYPE=Debug -DMI_DEBUG_FULL=ON -DMI_USE_CXX=ON
|
cmakeExtraArgs: -DCMAKE_BUILD_TYPE=Debug -DMI_DEBUG_FULL=ON -DMI_USE_CXX=ON
|
||||||
steps:
|
steps:
|
||||||
- task: CMake@1
|
- task: CMake@1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user