From: Andrea Corallo Date: Sun, 15 Mar 2020 10:27:38 +0000 (+0000) Subject: * .gitlab-ci.yml: Always run test-filenotify-gio X-Git-Tag: emacs-28.0.90~2727^2~771 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=62bc0c2d7a24e3635b3611a95deb5013971759e2;p=emacs.git * .gitlab-ci.yml: Always run test-filenotify-gio test-filenotify-gio is run always to keep stock bootstrap tested. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5069ad5fe00..fa613bb412c 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