mirror of https://github.com/microsoft/mimalloc
add Linux gcc C++ build to azure pipeline
This commit is contained in:
parent
a0bee081dd
commit
3447debf26
|
@ -61,6 +61,11 @@ jobs:
|
|||
CXX: g++
|
||||
BuildType: secure
|
||||
cmakeExtraArgs: -DCMAKE_BUILD_TYPE=Release -DMI_SECURE=ON
|
||||
Debug++:
|
||||
CC: gcc
|
||||
CXX: g++
|
||||
BuildType: debug
|
||||
cmakeExtraArgs: -DCMAKE_BUILD_TYPE=Debug -DMI_DEBUG_FULL=ON -DMI_USE_CXX=ON
|
||||
Debug Clang:
|
||||
CC: clang
|
||||
CXX: clang++
|
||||
|
|
Loading…
Reference in New Issue