Skip to content

Commit a6e5117

Browse files
committed
AppVeyor support
1 parent 28e452d commit a6e5117

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed

BlackBone.sln

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio 2013
4-
VisualStudioVersion = 12.0.30501.0
3+
# Visual Studio 15
4+
VisualStudioVersion = 15.0.26403.3
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BlackBone", "src\BlackBone\BlackBone.vcxproj", "{A2C53563-46F5-4D87-903F-3F1F2FDB2DEB}"
77
EndProject

appveyor.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
version: 1.0.{build}
2+
3+
branches:
4+
only:
5+
- master
6+
- VS2017
7+
8+
image: Visual Studio 2017
9+
clone_folder: c:\projects\blackbone
10+
11+
platform:
12+
- Win32
13+
- x64
14+
15+
configuration:
16+
- Debug
17+
- Release
18+
19+
build:
20+
parallel: true
21+
project: BlackBone.sln

0 commit comments

Comments
 (0)