mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2024-12-28 20:15:24 +08:00
Merge pull request #303 from cdunn2001/appveyor-14.0
fix appveyor 32-bit windows build I've backed rebased under #297 because AppVeyor has been failing since there, and because that was not properly based on master anyway.
This commit is contained in:
commit
d259f608fd
@ -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…
x
Reference in New Issue
Block a user