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)) (all-the-icons-ivy-rich-mode 1))
(use-package! mgr-gitlab (use-package! mgr-gitlab
:load-path "~/.doom.d/lisp/mgr-gitlab" :load-path "lisp/mgr-gitlab"
:ensure t :ensure t
:config :config
(setq gitlab-host "gitlab.maxregan.me" (setq gitlab-host "gitlab.maxregan.me"

View File

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

View File

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