Skip to content

Commit e2d7c24

Browse files
committed
add fixed TLS slot test to pipeline on Windows
1 parent 303b196 commit e2d7c24

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

azure-pipelines.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,14 @@ jobs:
4242
BuildType: release
4343
cmakeExtraArgs: -DCMAKE_BUILD_TYPE=Release -A Win32
4444
MSBuildConfiguration: Release
45+
Debug Fixed TLS:
46+
BuildType: debug
47+
cmakeExtraArgs: -DCMAKE_BUILD_TYPE=Debug -DMI_DEBUG_FULL=ON -DMI_WIN_USE_FIXED_TLS=ON
48+
MSBuildConfiguration: Debug
49+
Release Fixed TLS:
50+
BuildType: release
51+
cmakeExtraArgs: -DCMAKE_BUILD_TYPE=Release -DMI_WIN_USE_FIXED_TLS=ON
52+
MSBuildConfiguration: Release
4553
steps:
4654
- task: CMake@1
4755
inputs:

0 commit comments

Comments
 (0)