Update .gitlab-ci.yml
This commit is contained in:
@@ -11,18 +11,17 @@ variables:
|
|||||||
EMACSDIR: ./.emacs.d
|
EMACSDIR: ./.emacs.d
|
||||||
DOOMLOCALDIR: ./.emacs.d/local
|
DOOMLOCALDIR: ./.emacs.d/local
|
||||||
|
|
||||||
sast:
|
|
||||||
stage: test
|
|
||||||
|
|
||||||
test-emacs:
|
test-emacs:
|
||||||
stage: test
|
stage: test
|
||||||
image: ubuntu:22.04
|
image: ubuntu:22.04
|
||||||
before_script:
|
before_script:
|
||||||
- apt-get update
|
- apt-get update
|
||||||
- apt-get install -y emacs-nox git
|
- apt-get install -y emacs-nox git
|
||||||
- yes | ./.emacs.d/bin/doom install
|
- 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
|
||||||
|
|||||||
Reference in New Issue
Block a user