From: Marc Hoersken Date: Thu, 27 Feb 2020 17:09:11 +0000 (+0100) Subject: ci/tests: align Azure Pipeline job names with each other X-Git-Tag: curl-7_69_0~54 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1f114be62621ba756d7c0f8c96eb35505a4a020b;p=thirdparty%2Fcurl.git ci/tests: align Azure Pipeline job names with each other --- diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index a19e36f087..e26a3fe2a4 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -16,8 +16,8 @@ stages: - stage: linux dependsOn: [] jobs: - - job: vanilla_ubuntu - displayName: unbuntu default + - job: vanilla + displayName: ubuntu default pool: vmImage: 'ubuntu-latest' steps: @@ -113,13 +113,13 @@ stages: - stage: macos dependsOn: [] jobs: - - job: macos_plain + - job: macos_vanilla displayName: macos default pool: vmImage: 'macOS-latest' steps: - script: brew update && brew install libtool autoconf automake nghttp2 pkg-config - displayName: Install packages + displayName: 'brew install' - script: ./buildconf && ./configure --enable-debug --enable-werror --without-brotli displayName: 'Run configure' @@ -136,7 +136,7 @@ stages: vmImage: 'macOS-latest' steps: - script: brew update && brew install libtool autoconf automake nghttp2 pkg-config libssh2 - displayName: Install packages + displayName: 'brew install' - script: ./buildconf && ./configure --with-libssh2 --enable-debug displayName: 'Run configure'