Skip to content

Commit 9b63594

Browse files
authored
Merge pull request contiki-os#1265 from alexandruioanp/pr/lgtm
Add LGTM config for native C extraction
2 parents d63b656 + 46e9f65 commit 9b63594

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

lgtm.yml

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
extraction:
2+
cpp:
3+
index:
4+
build_command:
5+
- "make -B TARGET=native -C examples/websocket/"
6+
- "make -B TARGET=native -C examples/mqtt-client/"
7+
- "make -B TARGET=native -C examples/mqtt-client/ DEFINES=MQTT_CONF_VERSION=MQTT_PROTOCOL_VERSION_5"
8+
- "make -B TARGET=native -C examples/coap/coap-example-server/"
9+
- "make -B TARGET=native -C examples/coap/coap-example-client/"
10+
- "make -B TARGET=native -C examples/lwm2m-ipso-objects/"
11+
- "make -B TARGET=native -C examples/multicast/"
12+
- "make -B TARGET=native -C examples/rpl-border-router/"
13+
- "make -B TARGET=native -C examples/snmp-server/"
14+
- "make -B TARGET=native -C examples/libs/data-structures/"
15+
- "make -B TARGET=native -C examples/libs/shell/"
16+
- "make -B TARGET=native -C examples/libs/deployment/"
17+
- "make -B TARGET=native -C examples/libs/trickle-library/"
18+
- "make -B TARGET=native -C examples/libs/logging/"
19+

0 commit comments

Comments
 (0)