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

* .gitlab-ci.yml: add Git to the installed packages.

This commit is contained in:
Ted Zlatanov 2017-08-15 09:59:45 -04:00
parent 141cc78aa4
commit b95efd359c
No known key found for this signature in database
GPG Key ID: 11F23D0A4E4B9DEE

View File

@ -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
- 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
stages:
- test