Skip to content

Commit 13c36e9

Browse files
debriscdunn2001
authored andcommitted
appveyor.yml
1 parent 50069d7 commit 13c36e9

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

appveyor.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
version: 1.6.2.{build}
2+
3+
os: Windows Server 2012 R2
4+
5+
clone_folder: c:\projects\jsoncpp
6+
7+
#platform: Any CPU
8+
configuration:
9+
- Debug
10+
- Release
11+
12+
install:
13+
# by default, all script lines are interpreted as batch
14+
15+
# scripts to run before build
16+
before_build:
17+
- echo "Running cmake..."
18+
- cd c:\projects\jsoncpp
19+
- cmake .
20+
21+
build:
22+
project: jsoncpp.sln # path to Visual Studio solution or project

0 commit comments

Comments
 (0)