2
0

.lgtm.yml 909 B

123456789101112131415161718192021222324252627282930
  1. extraction:
  2. cpp:
  3. prepare:
  4. packages:
  5. - "bison"
  6. - "default-libmysqlclient-dev"
  7. - "flex"
  8. - "libcurl4-openssl-dev"
  9. - "libjansson-dev"
  10. - "libhiredis-dev"
  11. - "libevent-dev"
  12. - "liblua5.1-0-dev"
  13. - "libpcre3-dev"
  14. - "libncurses5-dev"
  15. - "libpq-dev"
  16. - "libreadline-dev"
  17. - "libssl-dev"
  18. - "libunistring-dev"
  19. - "libxml2-dev"
  20. - "pkg-config"
  21. - "python3"
  22. - "python3-dev"
  23. - "uuid-dev"
  24. - "zlib1g-dev"
  25. after_prepare:
  26. - "export PKG_CONFIG_PATH=$LGTM_WORKSPACE/usr/lib/pkgconfig:$PKG_CONFIG_PATH"
  27. configure:
  28. 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"
  29. index:
  30. build_command: "make all"