projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
389fb2a
)
* .gitlab-ci.yml: Don't install a C++ compiler. Suppress apt interaction.
author
Noam Postavsky
<npostavs@gmail.com>
Sun, 4 Jun 2017 03:57:26 +0000
(23:57 -0400)
committer
Ted Zlatanov
<tzz@lifelogs.com>
Fri, 14 Jul 2017 20:13:26 +0000
(16:13 -0400)
.gitlab-ci.yml
patch
|
blob
|
history
diff --git
a/.gitlab-ci.yml
b/.gitlab-ci.yml
index 9b25ead37f169cd774b08ee1ab4f48ea299c40c6..5fcd54fd94475f91ce7e140be013d279921bf43e 100644
(file)
--- a/
.gitlab-ci.yml
+++ b/
.gitlab-ci.yml
@@
-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