From 790bb5eb21c02e53b59e256a494dc02e13f5f4dd Mon Sep 17 00:00:00 2001 From: DiligentGraphics Date: Sun, 4 Mar 2018 13:52:22 -0800 Subject: Fixed appveyor.yml --- appveyor.yml | 56 ++++++++++++++++++++++++++++---------------------------- 1 file 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 -- cgit v1.2.3