We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40eb3a7 commit 6b4dd56Copy full SHA for 6b4dd56
.lgtm.yml
@@ -19,6 +19,6 @@ extraction:
19
configure:
20
command:
21
- mkdir build
22
- - cmake -D ENABLE_LARGE_TESTS:BOOL=FALSE -D OPT_ENABLE_COVERAGE:BOOL=TRUE -D ENABLE_DEVELOPER_MODE:BOOL=FALSE -D -D CMAKE_BUILD_TYPE:STRING=Debug -S . -B build
+ - cmake -D ENABLE_LARGE_TESTS:BOOL=FALSE -D OPT_ENABLE_COVERAGE:BOOL=TRUE -D ENABLE_DEVELOPER_MODE:BOOL=FALSE -D CMAKE_BUILD_TYPE:STRING=Debug -S . -B build
23
index:
24
build_command: cmake --build ./build -- -j2
0 commit comments