Add test that emacs config loads
This commit is contained in:
3
.doom.d/test-emacs.sh
Executable file
3
.doom.d/test-emacs.sh
Executable file
@@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
emacs --batch --load ~/.emacs.d/init.el -u $LOGNAME --debug-init
|
||||||
@@ -4,7 +4,18 @@
|
|||||||
# See https://docs.gitlab.com/ee/ci/variables/#priority-of-environment-variables
|
# See https://docs.gitlab.com/ee/ci/variables/#priority-of-environment-variables
|
||||||
stages:
|
stages:
|
||||||
- test
|
- test
|
||||||
|
|
||||||
sast:
|
sast:
|
||||||
stage: test
|
stage: test
|
||||||
|
|
||||||
|
test-emacs:
|
||||||
|
stage: test
|
||||||
|
image: ubuntu:latest
|
||||||
|
before_script:
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install -y emacs-nox
|
||||||
|
script:
|
||||||
|
- ./.doom.d/test-emacs.sh
|
||||||
|
|
||||||
include:
|
include:
|
||||||
- template: Security/SAST.gitlab-ci.yml
|
- template: Security/SAST.gitlab-ci.yml
|
||||||
|
|||||||
Reference in New Issue
Block a user