forked from kamailio/kamailio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.lgtm.yml
30 lines (30 loc) · 909 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
extraction:
cpp:
prepare:
packages:
- "bison"
- "default-libmysqlclient-dev"
- "flex"
- "libcurl4-openssl-dev"
- "libjansson-dev"
- "libhiredis-dev"
- "libevent-dev"
- "liblua5.1-0-dev"
- "libpcre3-dev"
- "libncurses5-dev"
- "libpq-dev"
- "libreadline-dev"
- "libssl-dev"
- "libunistring-dev"
- "libxml2-dev"
- "pkg-config"
- "python3"
- "python3-dev"
- "uuid-dev"
- "zlib1g-dev"
after_prepare:
- "export PKG_CONFIG_PATH=$LGTM_WORKSPACE/usr/lib/pkgconfig:$PKG_CONFIG_PATH"
configure:
command: "make include_modules='app_lua app_python3 cnxcc db_mysql db_postgres db_redis dialplan http_client jansson lcr ndb_redis presence presence_xml presence_dialoginfo pua pua_dialoginfo topos_redis uuid websocket xmlops' cfg"
index:
build_command: "make all"