1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-22 07:09:54 +00:00

* .gitlab-ci.yml: Don't install a C++ compiler. Suppress apt interaction.

This commit is contained in:
Noam Postavsky 2017-06-03 23:57:26 -04:00 committed by Ted Zlatanov
parent 389fb2aebf
commit 8b64a80a56
No known key found for this signature in database
GPG Key ID: 11F23D0A4E4B9DEE

View File

@ -28,7 +28,7 @@ image: debian:unstable
before_script:
- apt update -qq
- apt install -y -qq build-essential autoconf automake libncurses-dev gnutls-dev
- 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