Browse Source

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

tags/json-c-0.13-20171207
Eric Haszlakiewicz 8 years ago
parent
commit
8899f3fbfb
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      appveyor.yml

+ 1
- 0
appveyor.yml 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"


Loading…
Cancel
Save