forked from willamowius/gnugk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.lgtm.yml
36 lines (35 loc) · 1.12 KB
/
.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
33
34
35
extraction:
cpp:
prepare:
packages:
- libssl-dev
- libmysqlclient-dev
- libsqlite3-dev
- libpq-dev
- unixodbc-dev
- liblua5.2-dev
- libgeoip-dev
- libcurl4-gnutls-dev
- libssh-dev
- libsnmp-dev
- firebird-dev
- libhiredis-dev
configure:
command:
- "wget -q -O ptlib.zip https://github.com/willamowius/ptlib/archive/master.zip"
- "unzip ptlib.zip"
- "cd ptlib-master"
- "export PTLIBDIR=$(pwd)"
- "./configure --enable-ipv6 --disable-odbc --disable-sdl --disable-lua --disable-expat"
- "make optnoshared"
- "cd .."
- "wget -q -O h323plus.zip https://github.com/willamowius/h323plus/archive/master.zip"
- "unzip h323plus.zip"
- "cd h323plus-master"
- "export OPENH323DIR=$(pwd)"
- "./configure --enable-h235 --enable-h46017 --enable-h46026 --enable-h46019m"
- "VERBOSE=1 make optnoshared"
- "cd .."
- "./configure --enable-h46018 --enable-large-fdset"
index:
build_command: "PTLIBDIR=$(pwd)/ptlib-master OPENH323DIR=$(pwd)/h323plus-master make optnoshared"