emacs-diffs
[Top][All Lists]
Advanced

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

feature/native-comp 62bc0c2 3/4: * .gitlab-ci.yml: Always run test-filen


From: Andrea Corallo
Subject: feature/native-comp 62bc0c2 3/4: * .gitlab-ci.yml: Always run test-filenotify-gio
Date: Sun, 15 Mar 2020 08:10:38 -0400 (EDT)

branch: feature/native-comp
commit 62bc0c2d7a24e3635b3611a95deb5013971759e2
Author: Andrea Corallo <address@hidden>
Commit: Andrea Corallo <address@hidden>

    * .gitlab-ci.yml: Always run test-filenotify-gio
    
    test-filenotify-gio is run always to keep stock bootstrap tested.
---
 .gitlab-ci.yml | 20 +++++++++++---------
 1 file changed, 11 insertions(+), 9 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5069ad5..fa613bb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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



reply via email to

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