forked from debrouxl/tilibs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.lgtm.yml
32 lines (32 loc) · 870 Bytes
/
.lgtm.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
extraction:
cpp:
prepare:
packages:
- build-essential
- git
- libglib2.0-dev
- zlib1g-dev
- libusb-1.0-0-dev
- gettext
- bison
- flex
- groff
- texinfo
- libarchive-dev
- ninja-build
- liblz4-dev
- liblzma-dev
after_prepare:
- mkdir -p ${LGTM_WORKSPACE}/prefix
- export PKG_CONFIG_PATH=${LGTM_WORKSPACE}/prefix/lib/pkgconfig:${PKG_CONFIG_PATH}
- mkdir build
configure:
command:
- cd build
- /usr/bin/cmake-wrapped -GNinja -DCMAKE_INSTALL_PREFIX=${LGTM_WORKSPACE}/prefix ..
index:
build_command:
- cd build
- /usr/bin/cmake-wrapped --build . --target all
- /usr/bin/cmake-wrapped --build . --target check
- /usr/bin/cmake-wrapped --build . --target install