summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml14
1 files changed, 7 insertions, 7 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index b719841f..03a77760 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -7,16 +7,16 @@ jobs:
name: Hosted VS2017
steps:
- - bash: |
+ - script: |
git submodule update --init --recursive
displayName: '拉取子模块'
- - bash: |
- cd 3rd/luamake
- tools/ninja -f ninja/msvc.ninja
- cd ../..
+ - script: |
+ cd 3rd\luamake
+ tools\ninja.exe -f ninja\msvc.ninja
+ cd ..\..
displayName: 'PreCompile'
- - bash: |
- ./3rd/luamake/luamake rebuild
+ - script: |
+ 3rd\luamake\luamake.exe rebuild
displayName: 'Compile'
- job: macos