[前][次][番号順一覧][スレッド一覧]

ruby-changes:54956

From: k0kubun <ko1@a...>
Date: Sun, 3 Mar 2019 22:35:31 +0900 (JST)
Subject: [ruby-changes:54956] k0kubun:r67162 (trunk): Use --depth=1 for vs2019 as well

k0kubun	2019-03-03 22:35:25 +0900 (Sun, 03 Mar 2019)

  New Revision: 67162

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=67162

  Log:
    Use --depth=1 for vs2019 as well
    
    to shorten time to clone

  Modified files:
    trunk/azure-pipelines.yml
Index: azure-pipelines.yml
===================================================================
--- azure-pipelines.yml	(revision 67161)
+++ azure-pipelines.yml	(revision 67162)
@@ -125,6 +125,8 @@ jobs: https://github.com/ruby/ruby/blob/trunk/azure-pipelines.yml#L125
 #         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

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]