aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorGravatar Tom Willemse2020-09-07 14:44:32 -0700
committerGravatar Tom Willemse2020-09-07 14:44:32 -0700
commit1e2b6678de1495bdfb4e70f312aff25d48006750 (patch)
tree223ffb05d8f4005ca3f5d664d34608f2f9382b97 /.gitlab-ci.yml
parent2e672668d93c42d4d622930ca2fd6a7783aa7097 (diff)
downloademacs-config-1e2b6678de1495bdfb4e70f312aff25d48006750.tar.gz
emacs-config-1e2b6678de1495bdfb4e70f312aff25d48006750.zip
Add ‘oni-lua’
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a97561b..1816d24 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -320,6 +320,12 @@ integration-test-oni-json:
- package
script: make integration-test-oni-json TEST_ARCHIVE=$(realpath bin/)
+integration-test-oni-lua:
+ stage: integration-test
+ dependencies:
+ - package
+ script: make integration-test-oni-lua TEST_ARCHIVE=$(realpath bin/)
+
integration-test-oni-org:
stage: integration-test
dependencies: