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:
parent
389fb2aebf
commit
8b64a80a56
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user