summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDiligentGraphics <admin@diligentgraphics.com>2018-03-04 21:52:22 +0000
committerGitHub <noreply@github.com>2018-03-04 21:52:22 +0000
commit790bb5eb21c02e53b59e256a494dc02e13f5f4dd (patch)
tree49608a4b1f83d5e79da5d04b66c13d92a8b61f7d
parentUpdated appveyor script: added build with 8.1 SDK (diff)
downloadDiligentCore-790bb5eb21c02e53b59e256a494dc02e13f5f4dd.tar.gz
DiligentCore-790bb5eb21c02e53b59e256a494dc02e13f5f4dd.zip
Fixed appveyor.yml
-rw-r--r--appveyor.yml56
1 files changed, 28 insertions, 28 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 44fb8769..07fa12b1 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -12,34 +12,34 @@ image:
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
+ - 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