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