summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2019-12-09 10:55:51 +0100
committerDaniel Stenberg <daniel@haxx.se>2019-12-09 10:56:06 +0100
commit0152f061a90b279eccd686263884fd8851b14b50 (patch)
tree8c915b29075e9729aa493392f578b1aca1ae1565
parent2114f5086610e5b5f1bd62eb19393739de15c837 (diff)
downloadcurl-bagder/azure-macos.tar.gz
fixup install packages on macos before buildconf runsbagder/azure-macos
-rw-r--r--.azure-pipelines.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml
index 8af10d380..c57fc4b81 100644
--- a/.azure-pipelines.yml
+++ b/.azure-pipelines.yml
@@ -82,6 +82,9 @@ jobs:
pool:
vmImage: 'macOS-latest'
steps:
+ - script: brew update && brew install libtool autoconf automake nghttp2
+ displayName: Install packages
+
- script: ./buildconf && ./configure
displayName: 'Run configure'