diff options
author | actboy168 <actboy168@gmail.com> | 2019-12-13 15:02:38 +0800 |
---|---|---|
committer | actboy168 <actboy168@gmail.com> | 2019-12-13 15:02:38 +0800 |
commit | 835a2bc0c93b002263b1800b3643bf8e2cd3541a (patch) | |
tree | 5a73702c83b813922c59d045f8f3ccb60fb460d7 /azure-pipelines.yml | |
parent | 836a666b12b463843826719f06243a92e18bf314 (diff) | |
download | lua-language-server-835a2bc0c93b002263b1800b3643bf8e2cd3541a.zip |
更新luamake
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r-- | azure-pipelines.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3b409171..b9fa192c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -12,7 +12,7 @@ jobs: displayName: 'Init' - script: | cd 3rd\luamake - tools\ninja.exe -f ninja\msvc.ninja + .\msvc_build.bat cd ..\.. displayName: 'Compile luamake' - script: | |