23 lines
419 B
YAML
23 lines
419 B
YAML
![]() |
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
|