]> git.eshelyaron.com Git - emacs.git/commitdiff
* .gitlab-ci.yml (test-filenotify-gio): Add autorevert changes.
authorMichael Albinus <michael.albinus@gmx.de>
Mon, 15 Apr 2019 11:24:55 +0000 (13:24 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Mon, 15 Apr 2019 11:24:55 +0000 (13:24 +0200)
.gitlab-ci.yml

index b022e4b8af16757a315b296117bdb24bf2593f5c..92efcf64973b128be36a84c2d5968045eb59172c 100644 (file)
@@ -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