aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorGravatar Tom Willemse2019-03-28 20:26:04 -0700
committerGravatar Tom Willemse2019-03-28 20:26:04 -0700
commitab1ca612da0829888cb3f94344a3366fc75e3e6d (patch)
treea4ea68c4c140cbbb29b9dfa29bd0669e7449bfd8 /.gitlab-ci.yml
parent68edabde0cda9faeb5df4eff1a3f0976039beb6f (diff)
downloademacs-config-ab1ca612da0829888cb3f94344a3366fc75e3e6d.tar.gz
emacs-config-ab1ca612da0829888cb3f94344a3366fc75e3e6d.zip
Enable tests for oni-grep
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 2d0c02c..e2422cf 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -13,6 +13,10 @@ test-oni-alert:
stage: test
script: make test-oni-alert
+test-oni-grep:
+ stage: test
+ script: make test-oni-grep
+
package:
stage: package
before_script: