]> git.eshelyaron.com Git - emacs.git/commitdiff
* .gitlab-ci.yml: Always run test-filenotify-gio
authorAndrea Corallo <akrl@sdf.org>
Sun, 15 Mar 2020 10:27:38 +0000 (10:27 +0000)
committerAndrea Corallo <akrl@sdf.org>
Sun, 15 Mar 2020 10:30:17 +0000 (10:30 +0000)
test-filenotify-gio is run always to keep stock bootstrap tested.

.gitlab-ci.yml

index 5069ad5fe00c1913a32e51a19ffd6119088c045c..fa613bb412ca67f80440216dff8a12784efb1109 100644 (file)
@@ -51,15 +51,17 @@ stages:
 test-filenotify-gio:
   stage: test
   # This tests file monitor libraries gfilemonitor and 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
+
+  ## Commented to keep stock bootstrap tested.
+  # 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