summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authork0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-02-28 12:19:08 +0000
committerk0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-02-28 12:19:08 +0000
commitf03775fc0f536b43ace587f6ae9c299a0b8598ef (patch)
tree3d220acfa82ea0a7c2385ebb2ecba9cd2bfa1ffb
parentccd1c02ceaa04b29757954906859fe3b9e3dedf0 (diff)
Try fetchDepth: 1
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67142 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--azure-pipelines.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 8ece55fb3b..e5fcad043e 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -13,6 +13,8 @@ jobs:
inputs:
versionSpec: '2.5.1'
- script: sudo apt update -qy && sudo apt-get build-dep ruby2.3
+ - checkout: self
+ fetchDepth: 1
- script: |
autoconf
./configure
@@ -37,6 +39,8 @@ jobs:
task: test-bundler
steps:
- script: brew update && brew install autoconf bison openssl
+ - checkout: self
+ fetchDepth: 1
- script: |
autoconf
./configure --with-openssl-dir=/usr/local/opt/openssl
@@ -90,6 +94,8 @@ jobs:
# task: test-bundler
steps:
- script: vcpkg --triplet x64-windows install openssl zlib
+ - checkout: self
+ fetchDepth: 1
- script: |
call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
cinst winflexbison