diff options
author | sumneko <sumneko@hotmail.com> | 2019-05-20 16:16:01 +0800 |
---|---|---|
committer | sumneko <sumneko@hotmail.com> | 2019-05-20 16:16:01 +0800 |
commit | fd05a89e81e087a3213cc37e01351a600abd9cf1 (patch) | |
tree | f6faa5ebf02de27128140ce4f396da5c1c7699f2 | |
parent | e4599d0c05868e54ae57a709c360e48e91532dd5 (diff) | |
download | lua-language-server-fd05a89e81e087a3213cc37e01351a600abd9cf1.zip |
试着拉一下子模块
-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 |