From 7f6c6a600ec8652bf64d4b343c8d920d71d464c2 Mon Sep 17 00:00:00 2001 From: Andrey Orst Date: Sun, 25 Oct 2020 20:43:05 +0300 Subject: feature(CI): add .gitlab-ci.yml --- .gitlab-ci.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitlab-ci.yml (limited to '.gitlab-ci.yml') 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 -- cgit v1.2.3