summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorTed Zlatanov <tzz@lifelogs.com>2021-01-21 16:02:28 +0000
committerTed Zlatanov <tzz@lifelogs.com>2021-01-21 16:08:57 +0000
commit5d2ebcd8962b79898d5cdb80cffb6235a033d3d2 (patch)
treeecea5e72929e3a4cb3ece947247861b9e36ff846 /test
parentde761b58f091b11221469b796394e23b34685991 (diff)
downloademacs-5d2ebcd8962b79898d5cdb80cffb6235a033d3d2.tar.gz
* test/infra/gitlab-ci.yml: Revert to always building.
Diffstat (limited to 'test')
-rw-r--r--test/infra/gitlab-ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/infra/gitlab-ci.yml b/test/infra/gitlab-ci.yml
index ddabacfe010..e5413ad9380 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