diff options
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r-- | azure-pipelines.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f6d2d09c..f2a9a00d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -11,6 +11,9 @@ pool: steps: - script: | + git submodules update --init --recursive + displayName: '拉取子模块' +- script: | cd 3rd\luamake tools\ninja -f ninja\msvc.ninja |