summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAlan Third <alan@idiocy.org>2020-08-31 09:19:45 +0100
committerAlan Third <alan@idiocy.org>2020-08-31 09:19:45 +0100
commit31abd9a7cffad6bc1d87b8b5e523344eaa86c093 (patch)
tree6d5aa982507ebc41d44cdfa47940595d72e2e203 /.gitlab-ci.yml
parent4830ef2f65ad32ba457708d398106a65e4a35141 (diff)
downloademacs-31abd9a7cffad6bc1d87b8b5e523344eaa86c093.tar.gz
* .gitlab-ci.yml (test-all): Change .m to .c for standard C files.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ad01e473b4e..e60e79ee2b1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -49,7 +49,7 @@ test-all:
- configure.ac
- lisp/*.el
- lisp/**/*.el
- - src/*.{h,m}
+ - src/*.{h,c}
- test/lisp/*.el
- test/lisp/**/*.el
- test/src/*.el
@@ -61,7 +61,7 @@ test-all:
# MS Windows
- lisp/w32*.el
- lisp/term/w32*.el
- - src/w32*.{h,m}
+ - src/w32*.{h,c}
# GNUstep
- lisp/term/ns-win.el
- src/ns*.{h,m}