aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 178db2b..7f1be2a 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -4,6 +4,7 @@ image: Visual Studio 2013
branches:
only:
- master
+ - appveyor
#environment:
# APPVEYOR_RDP_PASSWORD: 'FooBar01!'
@@ -11,6 +12,12 @@ branches:
#on_finish:
# - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
+environment:
+ matrix:
+ - appveyor_driver_target_os: Win7
+ - appveyor_driver_target_os: Win8
+ - appveyor_driver_target_os: Win8.1
+
platform:
- Win32
- x64