From 10f967d8ec7c74a1d157a106ab7d9667f49ff841 Mon Sep 17 00:00:00 2001 From: Tony Kelman Date: Tue, 3 Feb 2015 21:53:18 -0800 Subject: [PATCH] shallow clone, use busybox-w32 for wget --- appveyor.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 528223f23..61532219b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,3 +1,8 @@ +# do a shallow clone so the initial download doesn't take as long +clone_depth: 50 + build_script: - ps: Copy-item C:\projects\graphviz c:\graphviz-ms -recurse +# download busybox-w32 and save it as wget.exe + - ps: (new-object net.webclient).DownloadFile("ftp://ftp.tigress.co.uk/pub/gpl/6.0.0/busybox/busybox.exe", "C:\graphviz-ms\wget.exe") - c:\graphviz-ms\windows\build.bat -- 2.40.0