aestivalserver-mods/.gitlab-ci.yml

19 lines
339 B
YAML
Raw Normal View History

2021-09-02 10:22:44 -07:00
variables:
GIT_SUBMODULE_STRATEGY: recursive
stages:
- check
code-quality:
image: registry.gitlab.com/craigbarnes/dockerfiles/lua-testing
interruptible: true
2021-09-02 10:25:58 -07:00
stage: check
2021-09-02 10:22:44 -07:00
retry:
max: 2
when:
- runner_system_failure
- stuck_or_timeout_failure
script:
- luarocks install luacheck
- luacheck .