Skip to content

Commit f079832

Browse files
committed
lgtm FEATURE add config file
1 parent 39a2599 commit f079832

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.lgtm.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
extraction:
2+
cpp:
3+
prepare:
4+
packages: libpcre2-dev
5+
after_prepare:
6+
- cd $LGTM_WORKSPACE
7+
- git clone -b devel https://github.com/CESNET/libyang.git
8+
- cd libyang; mkdir build; cd build
9+
- cmake -DCMAKE_INSTALL_PREFIX=$LGTM_WORKSPACE -DENABLE_BUILD_TESTS=OFF ..
10+
- make -j2
11+
- make install
12+
configure:
13+
command:
14+
- mkdir build; cd build
15+
- cmake -DCMAKE_INCLUDE_PATH=$LGTM_WORKSPACE/include -DCMAKE_LIBRARY_PATH=$LGTM_WORKSPACE/lib ..
16+
index:
17+
build_command:
18+
- cd build
19+
- make -j2

0 commit comments

Comments
 (0)