From ef59c183fab99c477e8e5ff00a963b54d3dbdd90 Mon Sep 17 00:00:00 2001 From: sumneko Date: Tue, 11 Jun 2019 10:15:20 +0800 Subject: =?UTF-8?q?=E4=B9=9F=E8=AE=B8=E8=83=BD=E7=94=A8bash=3F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- azure-pipelines.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'azure-pipelines.yml') diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 41f72cd5..b719841f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -7,16 +7,16 @@ jobs: name: Hosted VS2017 steps: - - script: | + - bash: | git submodule update --init --recursive displayName: '拉取子模块' - - script: | + - bash: | cd 3rd/luamake tools/ninja -f ninja/msvc.ninja cd ../.. displayName: 'PreCompile' - - script: | - 3rd/luamake/luamake.exe rebuild + - bash: | + ./3rd/luamake/luamake rebuild displayName: 'Compile' - job: macos -- cgit v1.2.3