mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
* .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:
|
before_script:
|
||||||
- apt update -qq
|
- 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:
|
stages:
|
||||||
- test
|
- test
|
||||||
|
|
@ -36,6 +36,6 @@ stages:
|
||||||
test:
|
test:
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- ./autogen.sh
|
- ./autogen.sh autoconf
|
||||||
- ./configure --without-makeinfo
|
- ./configure --without-makeinfo
|
||||||
- make check
|
- make check
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue