]> granicus.if.org Git - graphviz/commitdiff
Use visual studio build.
authorErwin Janssen <erwinjanssen@outlook.com>
Fri, 3 Jun 2016 11:31:21 +0000 (13:31 +0200)
committerErwin Janssen <erwinjanssen@outlook.com>
Fri, 3 Jun 2016 11:31:21 +0000 (13:31 +0200)
appveyor.yml

index 92eb341e9583b5cea0d57ed4e858cf2c5702b257..f974cd7e9d5c5662b8d9011b565e38a652ba4093 100644 (file)
@@ -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