From: Erwin Janssen Date: Fri, 3 Jun 2016 11:31:21 +0000 (+0200) Subject: Use visual studio build. X-Git-Tag: TRAVIS_CI_BUILD_EXPERIMENTAL~5^2~22 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=345832aac4b31349f6dc424eadf2728993cccad0;p=graphviz Use visual studio build. --- diff --git a/appveyor.yml b/appveyor.yml index 92eb341e9..f974cd7e9 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,11 +1,7 @@ -# do a shallow clone so the initial download doesn't take as long -clone_depth: 50 +version: 2.39.{build} -clone_folder: c:\graphviz-ms +image: Visual Studio 2015 -build_script: - - '"%VS90COMNTOOLS%\..\..\VC\vcvarsall.bat" x86' - - devenv /setup -# 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 +build: + project: graphviz.sln + verbosity: detailed \ No newline at end of file