mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-05-05 23:19:31 +03:00
Merge branch 'dev' into dev3
This commit is contained in:
commit
3c4d53e64c
1 changed files with 0 additions and 43 deletions
|
@ -252,49 +252,6 @@ jobs:
|
||||||
workingDirectory: $(BuildType)
|
workingDirectory: $(BuildType)
|
||||||
displayName: CTest
|
displayName: CTest
|
||||||
|
|
||||||
- job:
|
|
||||||
displayName: Ubuntu 20.04
|
|
||||||
pool:
|
|
||||||
vmImage:
|
|
||||||
ubuntu-20.04
|
|
||||||
strategy:
|
|
||||||
matrix:
|
|
||||||
Debug:
|
|
||||||
CC: gcc
|
|
||||||
CXX: g++
|
|
||||||
BuildType: debug
|
|
||||||
cmakeExtraArgs: -DCMAKE_BUILD_TYPE=Debug -DMI_DEBUG_FULL=ON
|
|
||||||
Debug++:
|
|
||||||
CC: gcc
|
|
||||||
CXX: g++
|
|
||||||
BuildType: debug-cxx
|
|
||||||
cmakeExtraArgs: -DCMAKE_BUILD_TYPE=Debug -DMI_DEBUG_FULL=ON -DMI_USE_CXX=ON
|
|
||||||
Debug Clang:
|
|
||||||
CC: clang
|
|
||||||
CXX: clang++
|
|
||||||
BuildType: debug-clang
|
|
||||||
cmakeExtraArgs: -DCMAKE_BUILD_TYPE=Debug -DMI_DEBUG_FULL=ON
|
|
||||||
Debug++ Clang:
|
|
||||||
CC: clang
|
|
||||||
CXX: clang++
|
|
||||||
BuildType: debug-clang-cxx
|
|
||||||
cmakeExtraArgs: -DCMAKE_BUILD_TYPE=Debug -DMI_DEBUG_FULL=ON -DMI_USE_CXX=ON
|
|
||||||
Release Clang:
|
|
||||||
CC: clang
|
|
||||||
CXX: clang++
|
|
||||||
BuildType: release-clang
|
|
||||||
cmakeExtraArgs: -DCMAKE_BUILD_TYPE=Release
|
|
||||||
steps:
|
|
||||||
- task: CMake@1
|
|
||||||
inputs:
|
|
||||||
workingDirectory: $(BuildType)
|
|
||||||
cmakeArgs: .. $(cmakeExtraArgs)
|
|
||||||
- script: make -j$(nproc) -C $(BuildType)
|
|
||||||
displayName: Make
|
|
||||||
- script: ctest --verbose --timeout 240
|
|
||||||
workingDirectory: $(BuildType)
|
|
||||||
displayName: CTest
|
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
displayName: macOS 15 (Sequoia)
|
displayName: macOS 15 (Sequoia)
|
||||||
pool:
|
pool:
|
||||||
|
|
Loading…
Add table
Reference in a new issue