emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master e29260b: * .gitlab-ci.yml (test-filenotify-gio): Ad


From: Michael Albinus
Subject: [Emacs-diffs] master e29260b: * .gitlab-ci.yml (test-filenotify-gio): Add autorevert changes.
Date: Mon, 15 Apr 2019 07:25:05 -0400 (EDT)

branch: master
commit e29260b5f946156652c92fe77f97450c756d0367
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>

    * .gitlab-ci.yml (test-filenotify-gio): Add autorevert changes.
---
 .gitlab-ci.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b022e4b..92efcf6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -53,13 +53,15 @@ test-filenotify-gio:
   only:
     changes:
       - .gitlab-ci.yml
+      - lisp/autorevert.el
       - lisp/filenotify.el
       - lisp/net/tramp-sh.el
       - src/gfilenotify.c
+      - test/lisp/autorevert-tests.el
       - 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
     - ./autogen.sh autoconf
     - ./configure --without-makeinfo --with-file-notification=gfile
     - make bootstrap
-    - make -C test filenotify-tests
+    - make -C test autorevert-tests filenotify-tests



reply via email to

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