gitlab-ci: checkout submodules before running luac

master
tchncs 2016-07-19 23:06:40 +02:00
parent b4519760c0
commit 709b1c0917
1 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
syntax:
script:
- luac5.1 -s -p mods/*/*.lua
- git submodule init
- git submodule update
- luac5.1 -s -p mods/*/*.lua