Merge pull request #306 from cdunn2001/0.y.z

fix appveyor 32-bit windows build
This commit is contained in:
Christopher Dunn 2015-07-11 11:52:16 -05:00
commit a13303e456

View File

@ -19,6 +19,7 @@ before_build:
- echo "Running cmake..."
- cd c:\projects\jsoncpp
- cmake --version
- set PATH=C:\Program Files (x86)\MSBuild\14.0\Bin;%PATH%
- if %PLATFORM% == Win32 cmake .
- if %PLATFORM% == x64 cmake -G "Visual Studio 12 2013 Win64" .