Add Gitlab CI configuration

master
yw05 2021-03-28 21:45:48 +00:00
parent 64d0a1100b
commit 5ba0606459
1 changed files with 8 additions and 0 deletions

8
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,8 @@
test:
stage: test
image: archlinux
script:
- pacman -Syu --noconfirm luarocks lua51 gcc opencc
- luarocks install --lua-version 5.1 busted
- luarocks make --lua-version 5.1
- busted busted_unittest.lua