summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2019-09-05 09:46:43 +0800
committer最萌小汐 <sumneko@hotmail.com>2019-09-05 09:46:43 +0800
commit2d42746913beea52cf970ff1babaa280f09533a0 (patch)
tree95d2b3eefcc02088e2bce863716611a1101264e8 /azure-pipelines.yml
parentfb8879311449689ba97533841b050a1944ce7bad (diff)
downloadlua-language-server-2d42746913beea52cf970ff1babaa280f09533a0.zip
试试能不能装g++-8
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 8637a746..b1395b4c 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -47,6 +47,7 @@ jobs:
- bash: |
sudo xcode-select -s /Applications/Xcode_10.2.app
brew install ninja
+ brew install g++-8
displayName: 'Install'
- bash: |
cd 3rd/luamake
@@ -85,6 +86,7 @@ jobs:
displayName: 'Init'
- bash: |
sudo apt-get install -y libreadline-dev ninja-build
+ sudo apt-get install g++-8
displayName: 'Install'
- bash: |
cd 3rd/luamake