File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -204,6 +204,7 @@ 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
@@ -215,6 +216,12 @@ jobs:
215
216
compiler : {c: cl, cxx: cl}
216
217
pool_tracking : ' ON'
217
218
shared_library : ' ON'
219
+ - os : ' windows-2022'
220
+ build_type : Release
221
+ compiler : {c: cl, cxx: cl}
222
+ pool_tracking : ' ON'
223
+ shared_library : ' ON'
224
+ os_provider : ' OFF'
218
225
- os : ' windows-2022'
219
226
build_type : Debug
220
227
compiler : {c: cl, cxx: cl}
@@ -258,6 +265,7 @@ jobs:
258
265
-DUMF_DEVELOPER_MODE=ON
259
266
-DUMF_BUILD_LIBUMF_POOL_DISJOINT=ON
260
267
-DUSE_ASAN=${{matrix.sanitizers.asan}}
268
+ -DUMF_BUILD_OS_MEMORY_PROVIDER=${{matrix.os_provider}}
261
269
262
270
- name : Build UMF
263
271
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