gitlab-ci: checkout submodules before running luac
This commit is contained in:
parent
b4519760c0
commit
709b1c0917
1 changed files with 3 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
|||
syntax:
|
||||
script:
|
||||
- git submodule init
|
||||
- git submodule update
|
||||
- luac5.1 -s -p mods/*/*.lua
|
Loading…
Add table
Add a link
Reference in a new issue