emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] scratch/albinus 1d9f7ef: ; Some .gitlab-ci.yml corrections


From: Michael Albinus
Subject: [Emacs-diffs] scratch/albinus 1d9f7ef: ; Some .gitlab-ci.yml corrections
Date: Mon, 7 Jan 2019 06:55:34 -0500 (EST)

branch: scratch/albinus
commit 1d9f7efef586824cd9d2ebdafa140d9aeee95802
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>

    ; Some .gitlab-ci.yml corrections
---
 .gitlab-ci.yml | 15 +++++++++++----
 1 file changed, 11 insertions(+), 4 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 876f64d..49fd1e2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -32,7 +32,10 @@ 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
@@ -41,7 +44,9 @@ 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
@@ -57,8 +62,10 @@ 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
-    - make -C test filenotify-tests.log
+    - make -C test filenotify-tests



reply via email to

[Prev in Thread] Current Thread [Next in Thread]