aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Zlatanov2021-01-21 16:02:28 +0000
committerTed Zlatanov2021-01-21 16:08:57 +0000
commit5d2ebcd8962b79898d5cdb80cffb6235a033d3d2 (patch)
treeecea5e72929e3a4cb3ece947247861b9e36ff846
parentde761b58f091b11221469b796394e23b34685991 (diff)
downloademacs-5d2ebcd8962b79898d5cdb80cffb6235a033d3d2.tar.gz
emacs-5d2ebcd8962b79898d5cdb80cffb6235a033d3d2.zip
* test/infra/gitlab-ci.yml: Revert to always building.
-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:
104 104
105.build-template: 105.build-template:
106 rules: 106 rules:
107 - if: '$CI_PIPELINE_SOURCE == "web"'
108 when: always
109 - changes: 107 - changes:
110 - "**/Makefile.in" 108 - "**/Makefile.in"
111 - .gitlab-ci.yml 109 - .gitlab-ci.yml
@@ -113,9 +111,11 @@ default:
113 - autogen.sh 111 - autogen.sh
114 - configure.ac 112 - configure.ac
115 - lib/*.{h,c} 113 - lib/*.{h,c}
116 - lisp/emacs-lisp/*.el 114 - lisp/**/*.el
117 - src/*.{h,c} 115 - src/*.{h,c}
118 - test/infra/* 116 - test/infra/*
117 - test/lisp/**/*.el
118 - test/src/*.el
119 - changes: 119 - changes:
120 # gfilemonitor, kqueue 120 # gfilemonitor, kqueue
121 - src/gfilenotify.c 121 - src/gfilenotify.c