Update .gitlab-ci.yml, .mgr_config/tests/test-emacs.sh files
This commit is contained in:
@@ -5,6 +5,9 @@
|
||||
stages:
|
||||
- test
|
||||
|
||||
variables:
|
||||
GIT_SUBMODULE_STRATEGY: recursive
|
||||
|
||||
sast:
|
||||
stage: test
|
||||
|
||||
@@ -14,6 +17,7 @@ test-emacs:
|
||||
before_script:
|
||||
- apt-get update
|
||||
- apt-get install -y emacs-nox
|
||||
- ./.emacs.d/bin/doom sync
|
||||
script:
|
||||
- ./.mgr_config/tests/test-emacs.sh
|
||||
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
emacs --batch -u "$(whoami)" --debug-init
|
||||
emacs --batch --debug-init --load ./.emacs.d/init.el
|
||||
|
||||
Reference in New Issue
Block a user