summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2019-01-07 13:04:00 +0100
committerMichael Albinus <michael.albinus@gmx.de>2019-01-07 13:04:00 +0100
commit70a6a2e351838a916b29663135b6443c04d73471 (patch)
treeeda35070a5c53f884d58081126e04eeba16f67f4
parent1d9f7efef586824cd9d2ebdafa140d9aeee95802 (diff)
downloademacs-70a6a2e351838a916b29663135b6443c04d73471.tar.gz
; YAML does not support folded lines
-rw-r--r--.gitlab-ci.yml13
1 files changed, 3 insertions, 10 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 49fd1e24ada..01c4400231f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -32,10 +32,7 @@ variables:
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 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 git
stages:
- test
@@ -44,9 +41,7 @@ test-all:
# This tests also file monitor libraries inotify and inotifywatch.
stage: test
script:
- - >
- DEBIAN_FRONTEND=noninteractive apt install --no-install-recommends -y
- -qq -o=Dpkg::Use-Pty=0 inotify-tools
+ - DEBIAN_FRONTEND=noninteractive apt install --no-install-recommends -y -qq -o=Dpkg::Use-Pty=0 inotify-tools
- ./autogen.sh autoconf
- ./configure --without-makeinfo
- make bootstrap
@@ -62,9 +57,7 @@ test-filenotify-gio:
- src/gfilenotify.c
- test/lisp/filenotify-tests.el
script:
- - >
- DEBIAN_FRONTEND=noninteractive apt install --no-install-recommends -y
- -qq -o=Dpkg::Use-Pty=0 libglib2.0-dev libglib2.0-bin libglib2.0-0
+ - DEBIAN_FRONTEND=noninteractive apt install --no-install-recommends -y -qq -o=Dpkg::Use-Pty=0 libglib2.0-dev libglib2.0-bin libglib2.0-0
- ./autogen.sh autoconf
- ./configure --without-makeinfo --with-file-notification=gfile
- make bootstrap