diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2019-05-20 17:09:26 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2019-05-20 17:09:26 +0800 |
commit | 277dd672729fe848caf32511bf9d99abf881c30c (patch) | |
tree | ae998948b7cba4b5c530680a70842e882db9d1f2 /azure-pipelines.yml | |
parent | c917fb6feb462adfcc82aef1d446531c3788c975 (diff) | |
download | lua-language-server-277dd672729fe848caf32511bf9d99abf881c30c.zip |
Update azure-pipelines.yml for Azure Pipelines
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r-- | azure-pipelines.yml | 2 |
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: '测试' |