diff options
author | sumneko <sumneko@hotmail.com> | 2019-05-20 17:47:06 +0800 |
---|---|---|
committer | sumneko <sumneko@hotmail.com> | 2019-05-20 17:47:06 +0800 |
commit | 890fcd75ec5b84595c2dd54f7186275540bea731 (patch) | |
tree | 455dbdb7e8a79d39b2577d03570a62bd7a3c286c /azure-pipelines.yml | |
parent | 5ad93bcb6d133c3234abf5f54e3f6a6e0f3df9f1 (diff) | |
download | lua-language-server-890fcd75ec5b84595c2dd54f7186275540bea731.zip |
是bash导致的吗?
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r-- | azure-pipelines.yml | 4 |
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: '测试' |