Skip to content

Commit a2d2b2a

Browse files
committed
Adding CI stuff
1 parent 1d8ae36 commit a2d2b2a

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.appveyor.yml

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
image: Visual Studio 2017
2+
3+
branches:
4+
only:
5+
- master
6+
7+
clone_depth: 5
8+
9+
version: 0.1.{build}
10+
11+
platform:
12+
- x86
13+
- x64
14+
15+
configuration:
16+
- Release
17+
18+
build:
19+
project: SysmonX.sln
20+
verbosity: minimal
21+
parallel: true

0 commit comments

Comments
 (0)