Update emacs tests to use personal config
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
emacs --batch -u "$(whoami)" --debug-init
|
||||
emacs --batch --debug-init --load ./.emacs.d/init.el
|
||||
|
||||
Reference in New Issue
Block a user