* .gitlab-ci.yml: run "autogen.sh autoconf" to avoid Git.
This commit is contained in:
parent
b95efd359c
commit
7f8e50fb2a
1 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@ image: debian:stretch
|
|||
|
||||
before_script:
|
||||
- apt update -qq
|
||||
- DEBIAN_FRONTEND=noninteractive apt install --no-install-recommends -y -qq -o=Dpkg::Use-Pty=0 libc-dev gcc make autoconf automake libncurses-dev gnutls-dev git
|
||||
- DEBIAN_FRONTEND=noninteractive apt install --no-install-recommends -y -qq -o=Dpkg::Use-Pty=0 libc-dev gcc make autoconf automake libncurses-dev gnutls-dev
|
||||
|
||||
stages:
|
||||
- test
|
||||
|
@ -36,6 +36,6 @@ stages:
|
|||
test:
|
||||
stage: test
|
||||
script:
|
||||
- ./autogen.sh
|
||||
- ./autogen.sh autoconf
|
||||
- ./configure --without-makeinfo
|
||||
- make check
|
||||
|
|
Loading…
Add table
Reference in a new issue