1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00

* test/infra/gitlab-ci.yml (test-eglot): Fix EMACS_EXTRAOPT.

This commit is contained in:
Michael Albinus 2025-06-21 16:27:46 +02:00
parent d0af57196a
commit c98a74cd87

View file

@ -326,8 +326,7 @@ test-eglot:
check-expensive
TEST_HOME=/root
LOGFILES="lisp/progmodes/eglot-tests.log"
EMACS_EXTRAOPT="--eval \(use-package\ company\ :ensure\ t\)
--eval \(use-package\ yasnippet\ :ensure\ t\)"
EMACS_EXTRAOPT='--eval \(use-package\ company\ :ensure\ t\) --eval \(use-package\ yasnippet\ :ensure\ t\)'
build-image-tree-sitter:
stage: platform-images