mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-05-07 01:11:59 +02:00
appveyor multiple platforms
This commit is contained in:
parent
13c36e9807
commit
1b49a55ea1
12
appveyor.yml
12
appveyor.yml
@ -4,19 +4,21 @@ os: Windows Server 2012 R2
|
|||||||
|
|
||||||
clone_folder: c:\projects\jsoncpp
|
clone_folder: c:\projects\jsoncpp
|
||||||
|
|
||||||
#platform: Any CPU
|
platform:
|
||||||
|
- Win32
|
||||||
|
- x64
|
||||||
|
|
||||||
configuration:
|
configuration:
|
||||||
- Debug
|
- Debug
|
||||||
- Release
|
- Release
|
||||||
|
|
||||||
install:
|
|
||||||
# by default, all script lines are interpreted as batch
|
|
||||||
|
|
||||||
# scripts to run before build
|
# scripts to run before build
|
||||||
before_build:
|
before_build:
|
||||||
- echo "Running cmake..."
|
- echo "Running cmake..."
|
||||||
- cd c:\projects\jsoncpp
|
- cd c:\projects\jsoncpp
|
||||||
- cmake .
|
- cmake --version
|
||||||
|
- if %PLATFORM% == Win32 cmake .
|
||||||
|
- if %PLATFORM% == x64 cmake -G "Visual Studio 12 2013 Win64" .
|
||||||
|
|
||||||
build:
|
build:
|
||||||
project: jsoncpp.sln # path to Visual Studio solution or project
|
project: jsoncpp.sln # path to Visual Studio solution or project
|
||||||
|
Loading…
x
Reference in New Issue
Block a user