aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorGravatar Tom Willemse2019-05-05 00:03:04 -0700
committerGravatar Tom Willemse2019-05-05 00:03:55 -0700
commit6c16cb94c1b28d340b1a72b92c0e4ef21162bb7b (patch)
tree44857deebdf2ffd15ff398757db48b2cc9d53e28 /.gitlab-ci.yml
parent4c4c552be4ccf19a18d6e9d0b46ff883563ef4f4 (diff)
downloademacs-config-6c16cb94c1b28d340b1a72b92c0e4ef21162bb7b.tar.gz
emacs-config-6c16cb94c1b28d340b1a72b92c0e4ef21162bb7b.zip
Add highlight-indent-guides configuration
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 98d943a..04df165 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -17,6 +17,10 @@ test-oni-grep:
stage: test
script: make test-oni-grep
+test-oni-highlight-indent-guides:
+ stage: test
+ script: make test-oni-highlight-indent-guides
+
package:
stage: package
before_script: