summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2019-12-10 09:43:11 +0100
committerDaniel Stenberg <daniel@haxx.se>2019-12-10 09:43:11 +0100
commit85ef93c61dfc3e79289dc7bd975e6dd9f7c49af4 (patch)
tree068366f35e660a2f238d5d981799b7e0a2dd7e81
parenta72800919f56ead18f20877487937d28d2b3d0df (diff)
downloadcurl-bagder/azure-build-combos.tar.gz
fixup remove the mac-libssh build for now as it didn't workbagder/azure-build-combos
-rw-r--r--.azure-pipelines.yml17
1 files changed, 0 insertions, 17 deletions
diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml
index 1f4899225..efe1d5742 100644
--- a/.azure-pipelines.yml
+++ b/.azure-pipelines.yml
@@ -111,23 +111,6 @@ jobs:
- script: make test-nonflaky
displayName: 'test'
- - job: macos_libssh
- displayName: macos libssh
- pool:
- vmImage: 'macOS-latest'
- steps:
- - script: brew update && brew install libtool autoconf automake nghttp2 pkg-config libssh
- displayName: Install packages
-
- - script: ./buildconf && ./configure --with-libssh --enable-debug
- displayName: 'Run configure'
-
- - script: make
- displayName: 'make'
-
- - script: make test-nonflaky
- displayName: 'test'
-
- job: macos_cmake
displayName: macos cmake openssl
pool: