From: Eric Haszlakiewicz Date: Mon, 18 Sep 2017 01:25:49 +0000 (-0400) Subject: Add a "cmake ." line to the appveyor build file to try to get it working again. X-Git-Tag: json-c-0.13-20171207~45 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8899f3fbfbc1767cf08bf42e01493de931758d94;p=thirdparty%2Fjson-c.git Add a "cmake ." line to the appveyor build file to try to get it working again. --- diff --git a/appveyor.yml b/appveyor.yml index 592169cb..a61c14e4 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"