summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDiligentGraphics <admin@diligentgraphics.com>2018-03-04 21:46:57 +0000
committerGitHub <noreply@github.com>2018-03-04 21:46:57 +0000
commitb53aa762eb4debbd2f356d72c74ef11dfb0ab134 (patch)
tree0b8b87cb8c75b23401b50eeabc6d3406e13cea10
parentAdded some cmake info reporting (diff)
downloadDiligentCore-b53aa762eb4debbd2f356d72c74ef11dfb0ab134.tar.gz
DiligentCore-b53aa762eb4debbd2f356d72c74ef11dfb0ab134.zip
Updated appveyor script: added build with 8.1 SDK
-rw-r--r--appveyor.yml42
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