From 85ef93c61dfc3e79289dc7bd975e6dd9f7c49af4 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 10 Dec 2019 09:43:11 +0100 Subject: fixup remove the mac-libssh build for now as it didn't work --- .azure-pipelines.yml | 17 ----------------- 1 file changed, 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: -- cgit v1.2.1