Update emacs tests to use personal config

This commit is contained in:
2022-03-23 17:06:28 +00:00
parent c88d1a72e6
commit e05c409207
3 changed files with 12 additions and 6 deletions

View File

@@ -64,7 +64,7 @@
(all-the-icons-ivy-rich-mode 1))
(use-package! mgr-gitlab
:load-path "~/.doom.d/lisp/mgr-gitlab"
:load-path "lisp/mgr-gitlab"
:ensure t
:config
(setq gitlab-host "gitlab.maxregan.me"

View File

@@ -5,17 +5,23 @@
stages:
- test
sast:
stage: test
variables:
GIT_SUBMODULE_STRATEGY: recursive
DOOMDIR: ./.doom.d
EMACSDIR: ./.emacs.d
DOOMLOCALDIR: ./.emacs.d/local
test-emacs:
stage: test
image: ubuntu:latest
image: ubuntu:22.04
before_script:
- apt-get update
- apt-get install -y emacs-nox
- apt-get install -y emacs-nox git
- yes | ./.emacs.d/bin/doom install || true
script:
- ./.mgr_config/tests/test-emacs.sh
sast:
stage: test
include:
- template: Security/SAST.gitlab-ci.yml

View File

@@ -1,3 +1,3 @@
#!/bin/bash
emacs --batch -u "$(whoami)" --debug-init
emacs --batch --debug-init --load ./.emacs.d/init.el