Skip to content

Commit 446ae78

Browse files
committed
First appveyor.yml draft
1 parent 04af0b4 commit 446ae78

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

appveyor.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Build image.
2+
image: Visual Studio 2017
3+
4+
# XXX - add output of git describe instead? v-2-10-0-rc-36-g04af0b4
5+
# XXX isn't it 2.11.0?
6+
version: 2.10.0-{build}
7+
8+
#
9+
# Skipping commits affecting these files
10+
#
11+
# XXX - add all the others
12+
skip_commits:
13+
files:
14+
- '**/*.README.*'
15+
- '**/*.md'
16+
- '**/*.png'
17+
- '**/*.jpg'
18+
- '**/*.html'
19+
20+
build_script:
21+
- cmd: nmake all
22+
- cmd: nmake install

0 commit comments

Comments
 (0)