We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6e5117 commit 9bacf25Copy full SHA for 9bacf25
appveyor.yml
@@ -18,4 +18,7 @@ configuration:
18
19
build:
20
parallel: true
21
- project: BlackBone.sln
+ project: BlackBone.sln
22
+
23
+skip_commits:
24
+ message: /Driver/
appveyor_drv.yml
@@ -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
+ - Win8.1 Release
+ - Win8 Debug
+ - Win8 Release
+ - Win7 Debug
+ - Win7 Release
+build:
25
+ parallel: true
26
+ project: src/BlackBoneDrv/BlackBoneDrv.sln
27
28
+only_commits:
29
0 commit comments