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
This commit is contained in:
parent
34af060374
commit
cf781b0871
@ -18,9 +18,9 @@ jobs:
|
|||||||
- script: |
|
- script: |
|
||||||
set -x
|
set -x
|
||||||
sudo sed /etc/apt/sources.list -e "s/^# deb-src/deb-src/g" -i
|
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 update
|
||||||
sudo apt-get build-dep ruby2.3
|
sudo apt-get build-dep ruby2.3
|
||||||
|
displayName: "Install dependencies"
|
||||||
- checkout: self
|
- checkout: self
|
||||||
fetchDepth: 10
|
fetchDepth: 10
|
||||||
- script: |
|
- script: |
|
||||||
@ -50,6 +50,7 @@ jobs:
|
|||||||
task: test-bundler
|
task: test-bundler
|
||||||
steps:
|
steps:
|
||||||
- script: brew update && brew install autoconf bison openssl
|
- script: brew update && brew install autoconf bison openssl
|
||||||
|
displayName: "Install dependencies"
|
||||||
- checkout: self
|
- checkout: self
|
||||||
fetchDepth: 10
|
fetchDepth: 10
|
||||||
- script: |
|
- script: |
|
||||||
@ -113,6 +114,7 @@ jobs:
|
|||||||
)
|
)
|
||||||
env:
|
env:
|
||||||
dependencies: openssl readline zlib
|
dependencies: openssl readline zlib
|
||||||
|
displayName: "Install dependencies"
|
||||||
- checkout: self
|
- checkout: self
|
||||||
fetchDepth: 10
|
fetchDepth: 10
|
||||||
- script: |
|
- script: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user