appveyor.yml

This commit is contained in:
Marek Kotewicz 2015-04-12 12:25:01 +02:00 committed by Christopher Dunn
parent 50069d72da
commit 13c36e9807

22
appveyor.yml Normal file
View File

@ -0,0 +1,22 @@
version: 1.6.2.{build}
os: Windows Server 2012 R2
clone_folder: c:\projects\jsoncpp
#platform: Any CPU
configuration:
- Debug
- Release
install:
# by default, all script lines are interpreted as batch
# scripts to run before build
before_build:
- echo "Running cmake..."
- cd c:\projects\jsoncpp
- cmake .
build:
project: jsoncpp.sln # path to Visual Studio solution or project