Add a "cmake ." line to the appveyor build file to try to get it working again.

This commit is contained in:
Eric Haszlakiewicz
2017-09-17 21:25:49 -04:00
parent dc79d94c38
commit 8899f3fbfb

View File

@@ -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"