From cf781b0871cb8d6b7135fa74d9549ca1cdb2a846 Mon Sep 17 00:00:00 2001 From: k0kubun Date: Wed, 10 Apr 2019 14:56:17 +0000 Subject: Set a meaningful name to all Azure jobs git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67510 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- azure-pipelines.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'azure-pipelines.yml') diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 676c3874ce..a4bae3d17f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -18,9 +18,9 @@ jobs: - script: | set -x sudo sed /etc/apt/sources.list -e "s/^# deb-src/deb-src/g" -i - sudo cat /etc/apt/sources.list sudo apt-get update sudo apt-get build-dep ruby2.3 + displayName: "Install dependencies" - checkout: self fetchDepth: 10 - script: | @@ -50,6 +50,7 @@ jobs: task: test-bundler steps: - script: brew update && brew install autoconf bison openssl + displayName: "Install dependencies" - checkout: self fetchDepth: 10 - script: | @@ -113,6 +114,7 @@ jobs: ) env: dependencies: openssl readline zlib + displayName: "Install dependencies" - checkout: self fetchDepth: 10 - script: | -- cgit v1.2.3