]> granicus.if.org Git - graphviz/commitdiff
shallow clone, use busybox-w32 for wget
authorTony Kelman <tony@kelman.net>
Wed, 4 Feb 2015 05:53:18 +0000 (21:53 -0800)
committerTony Kelman <tony@kelman.net>
Wed, 4 Feb 2015 05:53:18 +0000 (21:53 -0800)
appveyor.yml

index 528223f2350162f4610c6b2a7ec3fe87d45435b3..61532219b118bf329b7bbd89cadf7809b52cb013 100644 (file)
@@ -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