[sr-dev] git:master:3c7d378d: core: added LGTM analysis config file

Daniel-Constantin Mierla miconda at gmail.com
Sun May 3 11:39:16 CEST 2020


Module: kamailio
Branch: master
Commit: 3c7d378ddf3a21a2d4e1ac6bd64f9ea40bbd3602
URL: https://github.com/kamailio/kamailio/commit/3c7d378ddf3a21a2d4e1ac6bd64f9ea40bbd3602

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: 2020-05-03T11:38:59+02:00

core: added LGTM analysis config file

- LGTM is integrated by github

---

Added: .lgtm.yml

---

Diff:  https://github.com/kamailio/kamailio/commit/3c7d378ddf3a21a2d4e1ac6bd64f9ea40bbd3602.diff
Patch: https://github.com/kamailio/kamailio/commit/3c7d378ddf3a21a2d4e1ac6bd64f9ea40bbd3602.patch

---

diff --git a/.lgtm.yml b/.lgtm.yml
new file mode 100644
index 0000000000..b3fa71bbf3
--- /dev/null
+++ b/.lgtm.yml
@@ -0,0 +1,29 @@
+extraction:
+  cpp:
+    prepare:
+      packages:
+      - "bison"
+      - "default-libmysqlclient-dev"
+      - "flex"
+      - "libcurl4-openssl-dev"
+      - "libjansson-dev"
+      - "libhiredis-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 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"




More information about the sr-dev mailing list