blob: 3969fef5a3265512a1e3db3dfd98ce0d1c3a4d86 (
plain) (
tree)
|
|
image: imolein/luarocks:5.4
stages:
- check
- test
check-luacheck:
stage: check
script:
- luarocks install luacheck
- make check-luacheck
# check-format:
# stage: check
# script:
# - luarocks install --server=https://luarocks.org/dev luaformatter
# - make check-format
# test:
# stage: test
# script:
# - luarocks install lunatest
# - make test
|