classroom/.gitlab-ci.yml

11 lines
220 B
YAML
Raw Permalink Normal View History

2019-11-30 09:44:58 -08:00
image: abaez/luarocks
test:
stage: test
before_script:
- luarocks install --local luacheck
- luarocks install --local busted
script:
- $HOME/.luarocks/bin/luacheck .
- $HOME/.luarocks/bin/busted .