* .gitlab-ci.yml (test-all): Change .m to .c for standard C files.
This commit is contained in:
parent
4830ef2f65
commit
31abd9a7cf
1 changed files with 2 additions and 2 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Reference in a new issue