ruby-changes:55303
From: k0kubun <ko1@a...>
Date: Wed, 10 Apr 2019 23:56:21 +0900 (JST)
Subject: [ruby-changes:55303] k0kubun:r67510 (trunk): Set a meaningful name to all Azure jobs
k0kubun 2019-04-10 23:56:17 +0900 (Wed, 10 Apr 2019) New Revision: 67510 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=67510 Log: Set a meaningful name to all Azure jobs Modified files: trunk/azure-pipelines.yml Index: azure-pipelines.yml =================================================================== --- azure-pipelines.yml (revision 67509) +++ azure-pipelines.yml (revision 67510) @@ -18,9 +18,9 @@ jobs: https://github.com/ruby/ruby/blob/trunk/azure-pipelines.yml#L18 - 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: https://github.com/ruby/ruby/blob/trunk/azure-pipelines.yml#L50 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: https://github.com/ruby/ruby/blob/trunk/azure-pipelines.yml#L114 ) env: dependencies: openssl readline zlib + displayName: "Install dependencies" - checkout: self fetchDepth: 10 - script: | -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/