gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnurl] 179/282: ci/tests: align Azure Pipeline job names with each othe


From: gnunet
Subject: [gnurl] 179/282: ci/tests: align Azure Pipeline job names with each other
Date: Wed, 01 Apr 2020 14:30:44 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit 1f114be62621ba756d7c0f8c96eb35505a4a020b
Author: Marc Hoersken <address@hidden>
AuthorDate: Thu Feb 27 18:09:11 2020 +0100

    ci/tests: align Azure Pipeline job names with each other
---
 .azure-pipelines.yml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml
index a19e36f08..e26a3fe2a 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'

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]