From 8899f3fbfbc1767cf08bf42e01493de931758d94 Mon Sep 17 00:00:00 2001 From: Eric Haszlakiewicz Date: Sun, 17 Sep 2017 21:25:49 -0400 Subject: [PATCH] Add a "cmake ." line to the appveyor build file to try to get it working again. --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index 592169c..a61c14e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -12,6 +12,7 @@ environment: - PlatformToolset: Windows7.1SDK build_script: +- cmake . - > msbuild "json-c.vcxproj" /m /verbosity:normal /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"