diff options
| author | DiligentGraphics <admin@diligentgraphics.com> | 2018-03-04 21:46:57 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-03-04 21:46:57 +0000 |
| commit | b53aa762eb4debbd2f356d72c74ef11dfb0ab134 (patch) | |
| tree | 0b8b87cb8c75b23401b50eeabc6d3406e13cea10 | |
| parent | Added some cmake info reporting (diff) | |
| download | DiligentCore-b53aa762eb4debbd2f356d72c74ef11dfb0ab134.tar.gz DiligentCore-b53aa762eb4debbd2f356d72c74ef11dfb0ab134.zip | |
Updated appveyor script: added build with 8.1 SDK
| -rw-r--r-- | appveyor.yml | 42 |
1 files changed, 30 insertions, 12 deletions
diff --git a/appveyor.yml b/appveyor.yml index 839c62d1..44fb8769 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -10,19 +10,37 @@ image: #- Visual Studio 2015 - Visual Studio 2017 -configuration: -- Debug -- Release - -platform: -- Win32 -- x64 - -environment: - matrix: - - cmake_args: - - cmake_args: -D CMAKE_SYSTEM_NAME=WindowsStore -D CMAKE_SYSTEM_VERSION=10.0 +matrix: +- platform: x64 + configuration: Debug + environment: + cmake_args: +- platform: x64 + configuration: Release + environment: + cmake_args: +- platform: x64 + configuration: Debug + environment: + cmake_args: -D CMAKE_SYSTEM_NAME=WindowsStore -D CMAKE_SYSTEM_VERSION=10.0 +- platform: x64 + configuration: Release + environment: + cmake_args: -D CMAKE_SYSTEM_NAME=WindowsStore -D CMAKE_SYSTEM_VERSION=10.0 +- platform: Win32 + configuration: Release + environment: + cmake_args: +- platform: Win32 + configuration: Release + environment: + cmake_args: -D CMAKE_SYSTEM_NAME=WindowsStore -D CMAKE_SYSTEM_VERSION=10.0 +- platform: Win32 + configuration: Release + environment: + cmake_args: -D CMAKE_SYSTEM_VERSION=8.1 + # clone directory clone_folder: c:\projects\DiligentCore |
