diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2019-08-24 15:21:35 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2019-08-24 16:42:32 +0300 |
commit | edfb746bc88dc20b807cf84bc0f2b5472839afce (patch) | |
tree | 6a9c0fe00d5b8fcc3907af625a62a03dc3153b63 /appveyor.yml | |
parent | AppVeyor: move .gitattributes to .appveyor/ (diff) | |
download | windows7-drivers-edfb746bc88dc20b807cf84bc0f2b5472839afce.tar.gz windows7-drivers-edfb746bc88dc20b807cf84bc0f2b5472839afce.zip |
AppVeyor: build km/ for different Windows versions
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 7 |
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 |