]> granicus.if.org Git - graphviz/commitdiff
use clone_folder setting instead of copying
authorTony Kelman <tony@kelman.net>
Wed, 4 Feb 2015 06:13:39 +0000 (22:13 -0800)
committerTony Kelman <tony@kelman.net>
Wed, 4 Feb 2015 06:13:39 +0000 (22:13 -0800)
appveyor.yml

index a5fb8d548830858b0dd1dbddb53307f2ba3e2db6..eee65297c81eb8d15a1ae577db18913cf96b7064 100644 (file)
@@ -1,9 +1,10 @@
 # do a shallow clone so the initial download doesn't take as long
 clone_depth: 50
 
+clone_folder: c:\graphviz-ms
+
 build_script:
   - '"%VS90COMNTOOLS%\..\..\VC\vcvarsall.bat" x86'
-  - 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