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 | 5 | # Define settings for C/C++ analysis |
6 | 6 | ##################################### |
7 | 7 | cpp: |
8 | + configure: | |
9 | + command: | |
10 | + - NOCONFIGURE=1 ./autogen.sh | |
11 | + - ./configure --prefix=/usr --with-product-name="pw3270" | |
8 | 12 | prepare: |
9 | 13 | packages: |
10 | 14 | - gettext |
11 | - - git | |
15 | + - git | |
12 | 16 | - make |
13 | 17 | - autotools-dev |
14 | 18 | - autoconf | ... | ... |