summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2019-05-20 17:09:26 +0800
committer最萌小汐 <sumneko@hotmail.com>2019-05-20 17:09:26 +0800
commit277dd672729fe848caf32511bf9d99abf881c30c (patch)
treeae998948b7cba4b5c530680a70842e882db9d1f2 /azure-pipelines.yml
parentc917fb6feb462adfcc82aef1d446531c3788c975 (diff)
downloadlua-language-server-277dd672729fe848caf32511bf9d99abf881c30c.zip
Update azure-pipelines.yml for Azure Pipelines
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 11775dab..74968b5f 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -28,6 +28,8 @@ jobs:
steps:
- script: |
+ sudo apt-get update
+ sudo apt-get install -y libreadline-dev ninja-build
cd lua-language-server
./osx.sh
displayName: '测试'