Skip to content

Commit 9bacf25

Browse files
committed
Appveyor for BlackboneDrv
1 parent a6e5117 commit 9bacf25

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

appveyor.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,7 @@ configuration:
1818

1919
build:
2020
parallel: true
21-
project: BlackBone.sln
21+
project: BlackBone.sln
22+
23+
skip_commits:
24+
message: /Driver/

appveyor_drv.yml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
version: 1.0.{build}
2+
3+
branches:
4+
only:
5+
- master
6+
- VS2017
7+
8+
image: Visual Studio 2015
9+
clone_folder: c:\projects\blackboneDrv
10+
11+
platform:
12+
- x64
13+
14+
configuration:
15+
- Win10Debug
16+
- Win10Release
17+
- Win8.1 Debug
18+
- Win8.1 Release
19+
- Win8 Debug
20+
- Win8 Release
21+
- Win7 Debug
22+
- Win7 Release
23+
24+
build:
25+
parallel: true
26+
project: src/BlackBoneDrv/BlackBoneDrv.sln
27+
28+
only_commits:
29+
message: /Driver/

0 commit comments

Comments
 (0)