File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -204,28 +204,39 @@ jobs:
204
204
pool_tracking : ['ON', 'OFF']
205
205
shared_library : ['OFF']
206
206
sanitizers : [{asan: OFF}]
207
+ os_provider : ['ON']
207
208
include :
208
209
- os : ' windows-2022'
209
210
build_type : Release
210
211
compiler : {c: clang-cl, cxx: clang-cl}
211
212
pool_tracking : ' ON'
213
+ os_provider : ['ON']
212
214
toolset : " -T ClangCL"
213
215
- os : ' windows-2022'
214
216
build_type : Release
215
217
compiler : {c: cl, cxx: cl}
216
218
pool_tracking : ' ON'
217
219
shared_library : ' ON'
220
+ os_provider : ['ON']
221
+ - os : ' windows-2022'
222
+ build_type : Release
223
+ compiler : {c: cl, cxx: cl}
224
+ pool_tracking : ' ON'
225
+ shared_library : ' ON'
226
+ os_provider : ' OFF'
218
227
- os : ' windows-2022'
219
228
build_type : Debug
220
229
compiler : {c: cl, cxx: cl}
221
230
pool_tracking : ' OFF'
222
231
shared_library : ' OFF'
232
+ os_provider : ['ON']
223
233
sanitizers : {asan: ON}
224
234
- os : ' windows-2022'
225
235
build_type : Debug
226
236
compiler : {c: clang-cl, cxx: clang-cl}
227
237
pool_tracking : ' OFF'
228
238
shared_library : ' OFF'
239
+ os_provider : ['ON']
229
240
sanitizers : {asan: ON}
230
241
231
242
runs-on : ${{matrix.os}}
@@ -258,6 +269,7 @@ jobs:
258
269
-DUMF_DEVELOPER_MODE=ON
259
270
-DUMF_BUILD_LIBUMF_POOL_DISJOINT=ON
260
271
-DUSE_ASAN=${{matrix.sanitizers.asan}}
272
+ -DUMF_BUILD_OS_MEMORY_PROVIDER=${{matrix.os_provider}}
261
273
262
274
- name : Build UMF
263
275
run : cmake --build ${{env.BUILD_DIR}} --config ${{matrix.build_type}} -j $Env:NUMBER_OF_PROCESSORS
You can’t perform that action at this time.
0 commit comments