aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorGravatar Tom Willemse2019-08-25 13:37:25 -0700
committerGravatar Tom Willemse2019-08-25 13:37:25 -0700
commit75fe1b4c4f7ae42ae3863c9747e1cea8eb32ff43 (patch)
tree5fff30bc208348679d703861e08bb81d8ddb7b3f /.gitlab-ci.yml
parent26dbc5eac3f866d9d50a9e1d39701dcd6745f3fd (diff)
downloademacs-config-75fe1b4c4f7ae42ae3863c9747e1cea8eb32ff43.tar.gz
emacs-config-75fe1b4c4f7ae42ae3863c9747e1cea8eb32ff43.zip
Add snippets to ‘oni-elisp’
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml18
1 files changed, 18 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 692bfd4..686b987 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -26,6 +26,16 @@ package-oni-css:
paths:
- oni-css/dist/
+package-oni-elisp:
+ stage: pre-package-multifile
+ before_script:
+ - rm -rf oni-elisp/dist
+ script:
+ - cask --path oni-elisp package
+ artifacts:
+ patchs:
+ - oni-elisp/dist/
+
test-oni-alert:
stage: test
script: make test-oni-alert
@@ -48,6 +58,13 @@ test-oni-css:
needs: [package-oni-css]
script: make test-oni-css
+test-oni-elisp:
+ stage: test
+ dependencies:
+ - package-oni-elisp
+ needs: [package-oni-elisp]
+ script: make test-oni-elisp
+
test-oni-grep:
stage: test
script: make test-oni-grep
@@ -65,6 +82,7 @@ package:
dependencies:
- package-oni-conf
- package-oni-css
+ - package-oni-elisp
before_script:
- rm -rf bin/
- mkdir bin/