summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorsumneko <sumneko@hotmail.com>2019-05-20 17:47:06 +0800
committersumneko <sumneko@hotmail.com>2019-05-20 17:47:06 +0800
commit890fcd75ec5b84595c2dd54f7186275540bea731 (patch)
tree455dbdb7e8a79d39b2577d03570a62bd7a3c286c /azure-pipelines.yml
parent5ad93bcb6d133c3234abf5f54e3f6a6e0f3df9f1 (diff)
downloadlua-language-server-890fcd75ec5b84595c2dd54f7186275540bea731.zip
是bash导致的吗?
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index d952fd28..87e63914 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -27,11 +27,11 @@ jobs:
name: Hosted macOS
steps:
- - script: |
+ - bash: |
sudo xcode-select -s /Applications/Xcode_10.2.app
brew install ninja
ninja -f ninja/macos.ninja
displayName: '安装ninja'
- - script: |
+ - bash: |
./osx.sh
displayName: '测试'