mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-01-17 04:50:26 +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..."
|
- echo "Running cmake..."
|
||||||
- cd c:\projects\jsoncpp
|
- cd c:\projects\jsoncpp
|
||||||
- cmake --version
|
- cmake --version
|
||||||
|
- set PATH=C:\Program Files (x86)\MSBuild\14.0\Bin;%PATH%
|
||||||
- if %PLATFORM% == Win32 cmake .
|
- if %PLATFORM% == Win32 cmake .
|
||||||
- if %PLATFORM% == x64 cmake -G "Visual Studio 12 2013 Win64" .
|
- if %PLATFORM% == x64 cmake -G "Visual Studio 12 2013 Win64" .
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user