diff options
-rw-r--r-- | .azure-pipelines.yml | 3 |
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' |