From e4885d8accb0a30069374ee21f688631fca45f62 Mon Sep 17 00:00:00 2001 From: k0kubun Date: Sun, 3 Mar 2019 13:35:25 +0000 Subject: [PATCH] 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 --- azure-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) 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