jsoncpp/appveyor.yml

23 lines
419 B
YAML
Raw Normal View History

2015-04-12 18:25:01 +08:00
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