]> git.eshelyaron.com Git - emacs.git/commitdiff
* .gitlab-ci.yml (test-all): Change .m to .c for standard C files.
authorAlan Third <alan@idiocy.org>
Mon, 31 Aug 2020 08:19:45 +0000 (09:19 +0100)
committerAlan Third <alan@idiocy.org>
Mon, 31 Aug 2020 08:19:45 +0000 (09:19 +0100)
.gitlab-ci.yml

index ad01e473b4ede4c47670c64a7bf144ac91dca08d..e60e79ee2b1ef0f173acf6da4b8229a6d64f25c3 100644 (file)
@@ -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}