Skip to content

Commit eb03851

Browse files
Update .lgtm.yml
remove a legacy directory and configure the build script for static build
1 parent cc5d3a3 commit eb03851

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.lgtm.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@ path_classifiers:
1111
script:
1212
- scripts
1313

14-
example:
14+
application:
1515
- apps
16-
- examples
1716

1817
extraction:
1918
cpp:
@@ -30,7 +29,7 @@ extraction:
3029
command:
3130
- mkdir -p build
3231
- cd build
33-
- cmake ..
32+
- cmake .. -DILANG_STATIC=ON
3433

3534
index:
3635
build_command:

0 commit comments

Comments
 (0)