target: emacs-filenotify-gio
# This is needed in order to get a JUnit test report.
make_params: >-
- 'check-expensive
+ check-expensive
TEST_HOME=/root
- LOGFILES="lisp/autorevert-tests.log lisp/filenotify-tests.log"'
+ LOGFILES="lisp/autorevert-tests.log lisp/filenotify-tests.log"
build-image-eglot:
stage: platform-images
target: emacs-eglot
# This is needed in order to get a JUnit test report.
make_params: >-
- 'check-expensive
- TEST_HOME=/root LOGFILES="lisp/progmodes/eglot-tests.log"'
+ check-expensive
+ TEST_HOME=/root LOGFILES="lisp/progmodes/eglot-tests.log"
# EMACS_EXTRAOPT="--eval \(package-reinstall\ \(quote\ company\)\)
# --eval \(package-reinstall\ \(quote\ yasnippet\)\)
# --eval \(use-package\ company\)
- # --eval \(use-package\ yasnippet\)"'
+ # --eval \(use-package\ yasnippet\)"
build-image-tree-sitter:
stage: platform-images
\(and\ \$\{SELECTOR_EXPENSIVE\}\ \(or\ \\\"^treesit\\\"\ \\\"-ts-\\\"\)\)
# This is needed in order to get a JUnit test report.
make_params: >-
- 'check SELECTOR=$selector TEST_HOME=/root LOGFILES="$tree_sitter_files"'
+ check SELECTOR=$selector TEST_HOME=/root LOGFILES="$tree_sitter_files"
build-image-gnustep:
stage: platform-images
optional: true
variables:
target: emacs-native-comp-speed2
- make_params: "check SELECTOR='(not (tag :unstable))'"
+ make_params: check SELECTOR='(not (tag :unstable))'
# Local Variables:
# add-log-current-defun-header-regexp: "^\\([-_.[:alnum:]]+\\)[ \t]*:"
- test/lib-src/*.el
variables:
target: emacs-inotify
- make_params: "-C test check-lib-src"
+ make_params: -C test check-lib-src
test-lisp-inotify:
stage: normal
- test/lisp/*.el
variables:
target: emacs-inotify
- make_params: "-C test check-lisp"
+ make_params: -C test check-lisp
test-lisp-calc-inotify:
stage: normal
- test/lisp/calc/*.el
variables:
target: emacs-inotify
- make_params: "-C test check-lisp-calc"
+ make_params: -C test check-lisp-calc
test-lisp-calendar-inotify:
stage: normal
- test/lisp/calendar/*.el
variables:
target: emacs-inotify
- make_params: "-C test check-lisp-calendar"
+ make_params: -C test check-lisp-calendar
test-lisp-cedet-inotify:
stage: normal
- test/lisp/cedet/*.el
variables:
target: emacs-inotify
- make_params: "-C test check-lisp-cedet"
+ make_params: -C test check-lisp-cedet
test-lisp-cedet-semantic-inotify:
stage: normal
- test/lisp/cedet/semantic/*.el
variables:
target: emacs-inotify
- make_params: "-C test check-lisp-cedet-semantic"
+ make_params: -C test check-lisp-cedet-semantic
test-lisp-cedet-semantic-bovine-inotify:
stage: normal
- test/lisp/cedet/semantic/bovine/*.el
variables:
target: emacs-inotify
- make_params: "-C test check-lisp-cedet-semantic-bovine"
+ make_params: -C test check-lisp-cedet-semantic-bovine
test-lisp-cedet-srecode-inotify:
stage: normal
- test/lisp/cedet/srecode/*.el
variables:
target: emacs-inotify
- make_params: "-C test check-lisp-cedet-srecode"
+ make_params: -C test check-lisp-cedet-srecode
test-lisp-emacs-lisp-inotify:
stage: normal
- test/lisp/emacs-lisp/*.el
variables:
target: emacs-inotify
- make_params: "-C test check-lisp-emacs-lisp"
+ make_params: -C test check-lisp-emacs-lisp
test-lisp-emacs-lisp-eieio-tests-inotify:
stage: normal
- test/lisp/emacs-lisp/eieio-tests/*.el
variables:
target: emacs-inotify
- make_params: "-C test check-lisp-emacs-lisp-eieio-tests"
+ make_params: -C test check-lisp-emacs-lisp-eieio-tests
test-lisp-emacs-lisp-faceup-tests-inotify:
stage: normal
- test/lisp/emacs-lisp/faceup-tests/*.el
variables:
target: emacs-inotify
- make_params: "-C test check-lisp-emacs-lisp-faceup-tests"
+ make_params: -C test check-lisp-emacs-lisp-faceup-tests
test-lisp-emulation-inotify:
stage: normal
- test/lisp/emulation/*.el
variables:
target: emacs-inotify
- make_params: "-C test check-lisp-emulation"
+ make_params: -C test check-lisp-emulation
test-lisp-erc-inotify:
stage: normal
- test/lisp/erc/*.el
variables:
target: emacs-inotify
- make_params: "-C test check-lisp-erc"
+ make_params: -C test check-lisp-erc
test-lisp-eshell-inotify:
stage: normal
- test/lisp/eshell/*.el
variables:
target: emacs-inotify
- make_params: "-C test check-lisp-eshell"
+ make_params: -C test check-lisp-eshell
test-lisp-gnus-inotify:
stage: normal
- test/lisp/gnus/*.el
variables:
target: emacs-inotify
- make_params: "-C test check-lisp-gnus"
+ make_params: -C test check-lisp-gnus
test-lisp-image-inotify:
stage: normal
- test/lisp/image/*.el
variables:
target: emacs-inotify
- make_params: "-C test check-lisp-image"
+ make_params: -C test check-lisp-image
test-lisp-international-inotify:
stage: normal
- test/lisp/international/*.el
variables:
target: emacs-inotify
- make_params: "-C test check-lisp-international"
+ make_params: -C test check-lisp-international
test-lisp-mail-inotify:
stage: normal
- test/lisp/mail/*.el
variables:
target: emacs-inotify
- make_params: "-C test check-lisp-mail"
+ make_params: -C test check-lisp-mail
test-lisp-mh-e-inotify:
stage: normal
- test/lisp/mh-e/*.el
variables:
target: emacs-inotify
- make_params: "-C test check-lisp-mh-e"
+ make_params: -C test check-lisp-mh-e
test-lisp-net-inotify:
stage: normal
- test/lisp/net/*.el
variables:
target: emacs-inotify
- make_params: "-C test check-lisp-net"
+ make_params: -C test check-lisp-net
test-lisp-nxml-inotify:
stage: normal
- test/lisp/nxml/*.el
variables:
target: emacs-inotify
- make_params: "-C test check-lisp-nxml"
+ make_params: -C test check-lisp-nxml
test-lisp-obsolete-inotify:
stage: normal
- test/lisp/obsolete/*.el
variables:
target: emacs-inotify
- make_params: "-C test check-lisp-obsolete"
+ make_params: -C test check-lisp-obsolete
test-lisp-org-inotify:
stage: normal
- test/lisp/org/*.el
variables:
target: emacs-inotify
- make_params: "-C test check-lisp-org"
+ make_params: -C test check-lisp-org
test-lisp-play-inotify:
stage: normal
- test/lisp/play/*.el
variables:
target: emacs-inotify
- make_params: "-C test check-lisp-play"
+ make_params: -C test check-lisp-play
test-lisp-progmodes-inotify:
stage: normal
- test/lisp/progmodes/*.el
variables:
target: emacs-inotify
- make_params: "-C test check-lisp-progmodes"
+ make_params: -C test check-lisp-progmodes
test-lisp-so-long-tests-inotify:
stage: normal
- test/lisp/so-long-tests/*.el
variables:
target: emacs-inotify
- make_params: "-C test check-lisp-so-long-tests"
+ make_params: -C test check-lisp-so-long-tests
test-lisp-term-inotify:
stage: normal
- test/lisp/term/*.el
variables:
target: emacs-inotify
- make_params: "-C test check-lisp-term"
+ make_params: -C test check-lisp-term
test-lisp-textmodes-inotify:
stage: normal
- test/lisp/textmodes/*.el
variables:
target: emacs-inotify
- make_params: "-C test check-lisp-textmodes"
+ make_params: -C test check-lisp-textmodes
test-lisp-url-inotify:
stage: normal
- test/lisp/url/*.el
variables:
target: emacs-inotify
- make_params: "-C test check-lisp-url"
+ make_params: -C test check-lisp-url
test-lisp-use-package-inotify:
stage: normal
- test/lisp/use-package/*.el
variables:
target: emacs-inotify
- make_params: "-C test check-lisp-use-package"
+ make_params: -C test check-lisp-use-package
test-lisp-vc-inotify:
stage: normal
- test/lisp/vc/*.el
variables:
target: emacs-inotify
- make_params: "-C test check-lisp-vc"
+ make_params: -C test check-lisp-vc
test-misc-inotify:
stage: normal
- test/misc/*.el
variables:
target: emacs-inotify
- make_params: "-C test check-misc"
+ make_params: -C test check-misc
test-src-inotify:
stage: normal
- test/src/*.el
variables:
target: emacs-inotify
- make_params: "-C test check-src"
+ make_params: -C test check-src
# js-tests.el and python-tests.el don't follow test file name convention.
.tree-sitter-files-template: