Commit 92e8914d3aef61422f192080c1c0cefa4ae88b9e
1 parent
4504f522
Exists in
master
and in
1 other branch
Working on lgtm configuration.
Showing
1 changed file
with
5 additions
and
1 deletions
Show diff stats
.lgtm.yml
@@ -5,10 +5,14 @@ extraction: | @@ -5,10 +5,14 @@ extraction: | ||
5 | # Define settings for C/C++ analysis | 5 | # Define settings for C/C++ analysis |
6 | ##################################### | 6 | ##################################### |
7 | cpp: | 7 | cpp: |
8 | + configure: | ||
9 | + command: | ||
10 | + - NOCONFIGURE=1 ./autogen.sh | ||
11 | + - ./configure --prefix=/usr --with-product-name="pw3270" | ||
8 | prepare: | 12 | prepare: |
9 | packages: | 13 | packages: |
10 | - gettext | 14 | - gettext |
11 | - - git | 15 | + - git |
12 | - make | 16 | - make |
13 | - autotools-dev | 17 | - autotools-dev |
14 | - autoconf | 18 | - autoconf |