diff options
author | sumneko <sumneko@hotmail.com> | 2019-05-20 17:41:16 +0800 |
---|---|---|
committer | sumneko <sumneko@hotmail.com> | 2019-05-20 17:41:16 +0800 |
commit | fd96c44c72912e8125d004cc65e2bcb5503f37e6 (patch) | |
tree | 7c1e8e46e428a18cc36eb11c7068bc561c2d071c /azure-pipelines.yml | |
parent | 8cceb6989cf8a3c8f8bc1cb20953373aafdec22b (diff) | |
download | lua-language-server-fd96c44c72912e8125d004cc65e2bcb5503f37e6.zip |
试试
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r-- | azure-pipelines.yml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index d5b70ed8..3d77c94f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -28,7 +28,10 @@ jobs: steps: - script: | - sudo apt-get update - sudo apt-get install -y libreadline-dev ninja-build + sudo xcode-select -s /Applications/Xcode_10.2.app + brew install ninja + ninja -f ninja/macos.ninja + displayName: '安装ninja' + - script: | ./osx.sh displayName: '测试' |