]> git.eshelyaron.com Git - emacs.git/commitdiff
* test/infra/gitlab-ci.yml: Revert to always building.
authorTed Zlatanov <tzz@lifelogs.com>
Thu, 21 Jan 2021 16:02:28 +0000 (16:02 +0000)
committerTed Zlatanov <tzz@lifelogs.com>
Thu, 21 Jan 2021 16:08:57 +0000 (16:08 +0000)
test/infra/gitlab-ci.yml

index ddabacfe010bc9f02384fc150060894fddbceb44..e5413ad9380143613254cf52601bef9975a16e31 100644 (file)
@@ -104,8 +104,6 @@ default:
 
 .build-template:
   rules:
-    - if: '$CI_PIPELINE_SOURCE == "web"'
-      when: always
     - changes:
         - "**/Makefile.in"
         - .gitlab-ci.yml
@@ -113,9 +111,11 @@ default:
         - autogen.sh
         - configure.ac
         - lib/*.{h,c}
-        - lisp/emacs-lisp/*.el
+        - lisp/**/*.el
         - src/*.{h,c}
         - test/infra/*
+        - test/lisp/**/*.el
+        - test/src/*.el
     - changes:
         # gfilemonitor, kqueue
         - src/gfilenotify.c