summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorKirk Shoop <kirk.shoop@microsoft.com>2017-02-23 20:28:16 -0800
committerGrigoriy Chudnov <g.chudnov@gmail.com>2017-02-24 19:30:05 +0300
commit0b098e335609126add1e12cdf78740dec6571b1a (patch)
tree891d2b352e582fc5230973a52385b02aa388f5c6 /appveyor.yml
parent850e7da2231142c1613d60f4b571885885c8154e (diff)
downloadRxCpp-0b098e335609126add1e12cdf78740dec6571b1a.tar.gz
add vs2017 RC to appveyor
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml9
1 files changed, 6 insertions, 3 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 46895e0..97e26a3 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -6,11 +6,13 @@ branches:
- master
- appveyor
+image: Visual Studio 2017 RC
+
environment:
matrix:
- VSVER: Visual Studio 12 2013 Win64
- - os: Visual Studio 2015
- VSVER: Visual Studio 14 2015 Win64
+ - VSVER: Visual Studio 14 2015 Win64
+ - VSVER: Visual Studio 15 2017 Win64
platform:
- x64
@@ -42,8 +44,9 @@ artifacts:
type: zip
notifications:
- - provider: Webhook
+ - provider: Webhook
url: https://webhooks.gitter.im/e/4c53c094183ccaa8d059
+ method: POST
on_build_success: true
on_build_failure: true
on_build_status_changed: false