Skip to content

Commit 0b098e3

Browse files
Kirk Shoopgchudnov
authored andcommitted
add vs2017 RC to appveyor
1 parent 850e7da commit 0b098e3

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

appveyor.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@ branches:
66
- master
77
- appveyor
88

9+
image: Visual Studio 2017 RC
10+
911
environment:
1012
matrix:
1113
- VSVER: Visual Studio 12 2013 Win64
12-
- os: Visual Studio 2015
13-
VSVER: Visual Studio 14 2015 Win64
14+
- VSVER: Visual Studio 14 2015 Win64
15+
- VSVER: Visual Studio 15 2017 Win64
1416

1517
platform:
1618
- x64
@@ -42,8 +44,9 @@ artifacts:
4244
type: zip
4345

4446
notifications:
45-
- provider: Webhook
47+
- provider: Webhook
4648
url: https://webhooks.gitter.im/e/4c53c094183ccaa8d059
49+
method: POST
4750
on_build_success: true
4851
on_build_failure: true
4952
on_build_status_changed: false

0 commit comments

Comments
 (0)