mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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
1 changed files with 3 additions and 1 deletions
|
@ -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: |
|
||||
|
|
Loading…
Reference in a new issue