From: Tony Kelman Date: Wed, 4 Feb 2015 06:13:39 +0000 (-0800) Subject: use clone_folder setting instead of copying X-Git-Tag: TRAVIS_CI_BUILD_EXPERIMENTAL~109^2~4^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=14523012fa3b2dd8a436e298ec37a68c2e0f6bfe;p=graphviz use clone_folder setting instead of copying --- diff --git a/appveyor.yml b/appveyor.yml index a5fb8d548..eee65297c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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