summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Orst <andreyorst@gmail.com>2020-10-25 20:43:05 +0300
committerAndrey Orst <andreyorst@gmail.com>2020-10-25 20:43:05 +0300
commit7f6c6a600ec8652bf64d4b343c8d920d71d464c2 (patch)
treedafb1e7898eda31679f1905eaa47e364acb08a60
parent9a9164d8ac1b7d11fbac3715244bbe0573f3c370 (diff)
feature(CI): add .gitlab-ci.yml
-rw-r--r--.gitlab-ci.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000..3832277
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,11 @@
+stages:
+ - test
+
+test:
+ image: alpine:3.12.1
+ stage: test
+ before_script:
+ - apk add lua5.3 luarocks5.3 make
+ - luarocks-5.3 install fennel
+ script:
+ - make test