emacs-diffs
[Top][All Lists]
Advanced

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

master 5d2ebcd: * test/infra/gitlab-ci.yml: Revert to always building.


From: Teodor Zlatanov
Subject: master 5d2ebcd: * test/infra/gitlab-ci.yml: Revert to always building.
Date: Thu, 21 Jan 2021 11:09:11 -0500 (EST)

branch: master
commit 5d2ebcd8962b79898d5cdb80cffb6235a033d3d2
Author: Ted Zlatanov <tzz@lifelogs.com>
Commit: Ted Zlatanov <tzz@lifelogs.com>

    * test/infra/gitlab-ci.yml: Revert to always building.
---
 test/infra/gitlab-ci.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/test/infra/gitlab-ci.yml b/test/infra/gitlab-ci.yml
index ddabacf..e5413ad 100644
--- a/test/infra/gitlab-ci.yml
+++ b/test/infra/gitlab-ci.yml
@@ -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



reply via email to

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