emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 31abd9a: * .gitlab-ci.yml (test-all): Change .m to .c for standar


From: Alan Third
Subject: master 31abd9a: * .gitlab-ci.yml (test-all): Change .m to .c for standard C files.
Date: Mon, 31 Aug 2020 04:20:26 -0400 (EDT)

branch: master
commit 31abd9a7cffad6bc1d87b8b5e523344eaa86c093
Author: Alan Third <alan@idiocy.org>
Commit: Alan Third <alan@idiocy.org>

    * .gitlab-ci.yml (test-all): Change .m to .c for standard C files.
---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ad01e47..e60e79e 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}



reply via email to

[Prev in Thread] Current Thread [Next in Thread]