Add test that emacs config loads
This commit is contained in:
@@ -4,7 +4,18 @@
|
||||
# See https://docs.gitlab.com/ee/ci/variables/#priority-of-environment-variables
|
||||
stages:
|
||||
- test
|
||||
|
||||
sast:
|
||||
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:
|
||||
- template: Security/SAST.gitlab-ci.yml
|
||||
|
||||
Reference in New Issue
Block a user