summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authork0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-03-03 13:35:25 +0000
committerk0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-03-03 13:35:25 +0000
commite4885d8accb0a30069374ee21f688631fca45f62 (patch)
treeee4f8516cc83f07493ebc5e6c80e7d6c1c2a383f /azure-pipelines.yml
parent2e9d4b9f0bd0cae89e75a7a16b2cf0c55aeb9c0e (diff)
Use --depth=1 for vs2019 as well
to shorten time to clone git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67162 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index ee74558ae9..db1c09dbd0 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -125,6 +125,8 @@ jobs:
# task: test-bundler
steps:
# - script: vcpkg --triplet x64-windows install openssl readline zlib
+ - checkout: self
+ fetchDepth: 1
- script: |
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Preview\VC\Auxiliary\Build\vcvars64.bat"
cinst winflexbison