.lgtm.yml

This commit is contained in:
Markus Gans 2018-12-07 19:58:26 +01:00
parent d6fe46c922
commit 46f934907d
2 changed files with 18 additions and 1 deletions

18
.lgtm.yml Normal file
View File

@ -0,0 +1,18 @@
extraction:
cpp:
prepare:
packages:
- autoconf-archive
- libtinfo-dev
- libncurses5-dev
- gpm
- libgpm-dev
- libcppunit-dev
configure:
command:
- autoreconf -v --install --force
- ./configure --prefix=/usr CPPFLAGS="-DDEBUG" CXXFLAGS="-g -O0 -DDEBUG -W -Wall -pedantic"
index:
build_command:
- make V=1 -j10

View File

@ -11,7 +11,6 @@ addons:
- automake
- autoconf
- autoconf-archive
- pkg-config
- libtool
- libglib2.0-dev
- libncurses5-dev