From b53aa762eb4debbd2f356d72c74ef11dfb0ab134 Mon Sep 17 00:00:00 2001 From: DiligentGraphics Date: Sun, 4 Mar 2018 13:46:57 -0800 Subject: Updated appveyor script: added build with 8.1 SDK --- appveyor.yml | 42 ++++++++++++++++++++++++++++++------------ 1 file 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 -- cgit v1.2.3