mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-10 07:46:51 -04:00
; * test/infra/gitlab-ci.yml (test-eglot): Fix EMACS_EXTRAOPT.
This commit is contained in:
parent
e630bc4fd7
commit
397fcd24d2
|
|
@ -327,11 +327,7 @@ test-eglot:
|
|||
check-expensive
|
||||
TEST_HOME=/root
|
||||
LOGFILES="lisp/progmodes/eglot-tests.log"
|
||||
EMACS_EXTRAOPT='\
|
||||
--eval \(package-install\ \(quote\ company\)\)\
|
||||
--eval \(package-install\ \(quote\ yasnippet\)\)\
|
||||
--eval \(setopt\ package-selected-packages\ \(quote\ \(company\ yasnippet\)\)\)\
|
||||
--eval \(setq\ exec-path\ \(cons\ \"/root/.local/bin\"\ exec-path\)\)'
|
||||
EMACS_EXTRAOPT='--eval \(package-install\ \(quote\ company\)\) --eval \(package-install\ \(quote\ yasnippet\)\) --eval \(setopt\ package-selected-packages\ \(quote\ \(company\ yasnippet\)\)\) --eval \(setq\ exec-path\ \(cons\ \"/root/.local/bin\"\ exec-path\)\)'
|
||||
|
||||
build-image-tree-sitter:
|
||||
stage: platform-images
|
||||
|
|
|
|||
Loading…
Reference in a new issue