Skip to content

Commit c75dd86

Browse files
Merge pull request #398 from ldorau/Test_the_shared_version_of_the_UMF_library_on_Windows
Test the shared version of the UMF library on Windows
2 parents d10c392 + 233f4ce commit c75dd86

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/basic.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,13 +181,14 @@ jobs:
181181
build_type: [Debug, Release]
182182
compiler: [{c: cl, cxx: cl}]
183183
pool_tracking: ['ON', 'OFF']
184-
shared_library: ['OFF']
184+
shared_library: ['ON', 'OFF']
185185
level_zero_provider: ['ON']
186186
include:
187187
- os: 'windows-2022'
188188
build_type: Release
189189
compiler: {c: clang-cl, cxx: clang-cl}
190190
pool_tracking: 'ON'
191+
shared_library: 'ON'
191192
level_zero_provider: 'ON'
192193
toolset: "-T ClangCL"
193194
- os: 'windows-2022'

0 commit comments

Comments
 (0)