forked from open-eid/DigiDoc4-Client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
lgtm.yml
28 lines (28 loc) · 868 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
extraction:
cpp:
prepare:
packages:
- cmake
- vim-common
- xsdcxx
- libxml-security-c-dev
- zlib1g-dev
- libldap2-dev
- gettext
- libpcsclite-dev
- libminizip-dev
- libxml-security-c-dev
- libqt5svg5-dev
- qttools5-dev-tools
- qttools5-dev
after_prepare:
- git clone --recursive --depth 1 https://github.com/open-eid/libdigidocpp.git
- cd libdigidocpp
- cmake -DCMAKE_INSTALL_PREFIX=../libdigidocpp-install -DCMAKE_INSTALL_SYSCONFDIR=$PWD/../libdigidocpp-install/etc -DPODOFO_INCLUDE_DIR=NOTFOUND .
- make install
- cd ..
configure:
command:
- mkdir _lgtm_build_dir
- cd _lgtm_build_dir
- cmake -DLIBDIGIDOCPP_LIBRARY=../libdigidocpp-install/lib/libdigidocpp.so -DLIBDIGIDOCPP_INCLUDE_DIR=../libdigidocpp-install/include ..