1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-29 00:31:01 -08:00

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

This commit is contained in:
Ted Zlatanov 2021-01-21 16:02:28 +00:00
parent de761b58f0
commit 5d2ebcd896
No known key found for this signature in database
GPG key ID: 11F23D0A4E4B9DEE

View 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