summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authork0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-04-10 14:56:17 +0000
committerk0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-04-10 14:56:17 +0000
commitcf781b0871cb8d6b7135fa74d9549ca1cdb2a846 (patch)
tree1156a50c18cc9acc360336a5218c08894b3e724c /azure-pipelines.yml
parent34af06037435cba85cafb0e8b24d37904ad7cced (diff)
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
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml4
1 files changed, 3 insertions, 1 deletions
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: |