mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-05-06 15:29:31 +03:00
add fixed TLS slot test to pipeline on Windows
This commit is contained in:
parent
303b196d40
commit
e2d7c24c73
1 changed files with 8 additions and 0 deletions
|
@ -42,6 +42,14 @@ jobs:
|
||||||
BuildType: release
|
BuildType: release
|
||||||
cmakeExtraArgs: -DCMAKE_BUILD_TYPE=Release -A Win32
|
cmakeExtraArgs: -DCMAKE_BUILD_TYPE=Release -A Win32
|
||||||
MSBuildConfiguration: Release
|
MSBuildConfiguration: Release
|
||||||
|
Debug Fixed TLS:
|
||||||
|
BuildType: debug
|
||||||
|
cmakeExtraArgs: -DCMAKE_BUILD_TYPE=Debug -DMI_DEBUG_FULL=ON -DMI_WIN_USE_FIXED_TLS=ON
|
||||||
|
MSBuildConfiguration: Debug
|
||||||
|
Release Fixed TLS:
|
||||||
|
BuildType: release
|
||||||
|
cmakeExtraArgs: -DCMAKE_BUILD_TYPE=Release -DMI_WIN_USE_FIXED_TLS=ON
|
||||||
|
MSBuildConfiguration: Release
|
||||||
steps:
|
steps:
|
||||||
- task: CMake@1
|
- task: CMake@1
|
||||||
inputs:
|
inputs:
|
||||||
|
|
Loading…
Add table
Reference in a new issue