.lgtm.yml
This commit is contained in:
parent
d6fe46c922
commit
46f934907d
|
@ -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
|
||||
|
|
@ -11,7 +11,6 @@ addons:
|
|||
- automake
|
||||
- autoconf
|
||||
- autoconf-archive
|
||||
- pkg-config
|
||||
- libtool
|
||||
- libglib2.0-dev
|
||||
- libncurses5-dev
|
||||
|
|
Loading…
Reference in New Issue