Commit b86dd984 authored by Ivaria's avatar Ivaria
Browse files

Update .gitlab-ci.yml

parent 793961fd
......@@ -7,9 +7,15 @@ stages:
- /^\d[\d\.]*(-(alpha|beta)\d+)?$/
before_script:
- apk add --no-cache bash curl git subversion zip
- apk add --no-cache bash curl git subversion zip luarocks
- luarocks install --local luacheck
build:
luacheck:
stage: build
script:
- .luarocks/bin/luacheck . --no-color -q
package:
stage: build
only:
- tags
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment