File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ jobs:
140
140
141
141
- name : Configure CMake
142
142
run : |
143
- cmake -S . -B ./build -G "${{matrix.generator}}" -DCMAKE_BUILD_TYPE:STRING=${{matrix.build_type}} -DENABLE_DEVELOPER_MODE:BOOL=${{matrix.developer_mode}} -DENABLE_LARGE_TESTS:BOOL=${{matrix.large_tests}}
143
+ cmake -S . -B ./build -G "${{matrix.generator}}" -DCMAKE_BUILD_TYPE:STRING=${{matrix.build_type}} -DENABLE_DEVELOPER_MODE:BOOL=${{matrix.developer_mode}} -DENABLE_LARGE_TESTS:BOOL=${{matrix.large_tests}} -DOPT_ENABLE_COVERAGE:BOOL=TRUE
144
144
145
145
- name : Build
146
146
# Execute the build. You can specify a specific target with "--target <NAME>"
Original file line number Diff line number Diff line change @@ -19,6 +19,6 @@ extraction:
19
19
configure :
20
20
command :
21
21
- mkdir build
22
- - cmake -D ENABLE_COVERAGE :BOOL=TRUE -D ENABLE_DEVELOPER_MODE:BOOL=FALSE -S . -B build
22
+ - cmake -D ENABLE_LARGE_TESTS :BOOL=FALSE -D OPT_ENABLE_COVERAGE:BOOL= TRUE -D ENABLE_DEVELOPER_MODE:BOOL=FALSE -D -S . -B build
23
23
index :
24
24
build_command : cmake --build ./build -- -j2
You can’t perform that action at this time.
0 commit comments