File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 27
27
- os : ubuntu-latest
28
28
nproc : $(nproc)
29
29
pool_scalable : ' ON'
30
+ # Windows doesn't recognize 'CMAKE_BUILD_TYPE', it uses '--config' param in build command
31
+ extra_build_option : ['-DCMAKE_BUILD_TYPE=Release']
30
32
- os : windows-latest
31
33
nproc : $Env:NUMBER_OF_PROCESSORS
32
34
pool_scalable : ' OFF'
54
56
run : >
55
57
cmake
56
58
-B ${{github.workspace}}/build
57
- -DCMAKE_BUILD_TYPE=Release
59
+ ${{matrix.extra_build_option}}
58
60
-DUMF_FORMAT_CODE_STYLE=OFF
59
61
-DUMF_DEVELOPER_MODE=ON
60
62
-DUMF_ENABLE_POOL_TRACKING=ON
Original file line number Diff line number Diff line change 20
20
pool_scalable : ['ON']
21
21
disjoint : ['ON', 'OFF']
22
22
jemalloc : ['ON']
23
+ # Windows doesn't recognize 'CMAKE_BUILD_TYPE', it uses '--config' param in build command
24
+ extra_build_option : ['-DCMAKE_BUILD_TYPE=Release']
23
25
include :
24
26
- os : windows-latest
25
27
nproc : $Env:NUMBER_OF_PROCESSORS
42
44
run : >
43
45
cmake
44
46
-B ${{github.workspace}}/build
45
- -DCMAKE_BUILD_TYPE=Release
47
+ ${{matrix.extra_build_option}}
46
48
-DUMF_FORMAT_CODE_STYLE=OFF
47
49
-DUMF_DEVELOPER_MODE=ON
48
50
-DUMF_ENABLE_POOL_TRACKING=ON
You can’t perform that action at this time.
0 commit comments