mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-01-09 19:17:37 +01:00
Merge pull request #306 from cdunn2001/0.y.z
fix appveyor 32-bit windows build
This commit is contained in:
commit
a13303e456
@ -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" .
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user