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:
parent
de761b58f0
commit
5d2ebcd896
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue