Skip to content

Commit 13c1987

Browse files
authored
add appveyor.yml for basic CI configuration (#12)
1 parent f262fee commit 13c1987

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

appveyor.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
#---------------------------------#
2+
# general configuration #
3+
#---------------------------------#
4+
5+
# version format
6+
version: 0.0.0.{build}
7+
8+
# Do not build on tags (GitHub and BitBucket)
9+
skip_tags: true
10+
11+
# Maximum number of concurrent jobs for the project
12+
max_jobs: 1
13+
14+
#---------------------------------#
15+
# environment configuration #
16+
#---------------------------------#
17+
18+
# Build worker image (VM template)
19+
image:
20+
- Visual Studio 2017
21+
- Visual Studio 2019
22+
23+
#---------------------------------#
24+
# build configuration #
25+
#---------------------------------#
26+
27+
# There is nothing to be build yet
28+
build: off

0 commit comments

Comments
 (0)