]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
CI/azure: remove obsolete strategy for single builds
authorMarc Hoersken <info@marc-hoersken.de>
Tue, 24 May 2022 21:50:29 +0000 (23:50 +0200)
committerMarc Hoersken <info@marc-hoersken.de>
Tue, 24 May 2022 22:12:03 +0000 (00:12 +0200)
This shortens these CI job names on GitHub even more.
Follow up to #8906 which also increased their timeout.

Closes #8911

.azure-pipelines.yml

index 9bcde15c0e83583fd401d8b4f6c7fb9b7cb3e11e..747961f728901f2678b26d09af7bf1cabfa46576 100644 (file)
@@ -101,11 +101,6 @@ stages:
     timeoutInMinutes: 30
     pool:
       vmImage: 'ubuntu-latest'
-    strategy:
-      matrix:
-        default:
-          name: default
-          install:
     steps:
     - script: autoreconf -fi && ./configure --without-ssl
       displayName: 'configure $(name)'
@@ -159,12 +154,6 @@ stages:
     timeoutInMinutes: 30
     pool:
       vmImage: 'ubuntu-latest'
-    strategy:
-      matrix:
-        default:
-          name: default
-          install:
-
     steps:
     - script: sudo apt-get update && sudo apt-get install -y clang-tools-10 clang-9 libssl-dev libssh2-1-dev libpsl-dev libbrotli-dev libzstd-dev
       displayName: 'apt install'