aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2019-08-22 23:52:43 -0700
committerGravatar Tom Willemse2019-08-22 23:52:43 -0700
commit942ed972328270ab90818e99318ca1cec5097e3d (patch)
tree5f29f603d4faac4ae4a5eb279005e6178e1a0102
parent1ba30c67685ee0d0e7672a1499e853c765fa1ff0 (diff)
downloademacs-config-942ed972328270ab90818e99318ca1cec5097e3d.tar.gz
emacs-config-942ed972328270ab90818e99318ca1cec5097e3d.zip
Include ‘oni-css’ in testing
-rw-r--r--.gitlab-ci.yml8
1 files changed, 6 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 62a1a54..8fedf7b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,13 +6,17 @@ stages:
- package
- deploy
+test-oni-alert:
+ stage: test
+ script: make test-oni-alert
+
test-oni-bookmark:
stage: test
script: make test-oni-bookmark DEPS="oni-data-dir"
-test-oni-alert:
+test-oni-css:
stage: test
- script: make test-oni-alert
+ script: make test-oni-css DEPS="oni-company oni-fci"
test-oni-grep:
stage: test