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