From 7242089a9a8e84eaabdee47a3cd20f4dee4deeb2 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Tue, 23 Jul 2019 17:41:20 -0700 Subject: Fixed pytnon path in appveyor script --- appveyor.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 5f2ca60b..6dc1e599 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -17,49 +17,49 @@ environment: configuration: Debug cmake_args: -D CMAKE_INSTALL_PREFIX=install platform_name: Windows - python: "C:\Python37-64" + python: "C:\\Python37-64" # Win32/x64/Release - platform: x64 configuration: Release cmake_args: -D CMAKE_INSTALL_PREFIX=install platform_name: Windows - python: "C:\Python37-64" + python: "C:\\Python37-64" # UWP/x64/Debug - platform: x64 configuration: Debug cmake_args: -D CMAKE_INSTALL_PREFIX=install -D CMAKE_SYSTEM_NAME=WindowsStore -D CMAKE_SYSTEM_VERSION=10.0 platform_name: UWP - python: "C:\Python37-64" + python: "C:\\Python37-64" # UWP/x64/Release - platform: x64 configuration: Release cmake_args: -D CMAKE_INSTALL_PREFIX=install -D CMAKE_SYSTEM_NAME=WindowsStore -D CMAKE_SYSTEM_VERSION=10.0 platform_name: UWP - python: "C:\Python37-64" + python: "C:\\Python37-64" # Win32/x86/Release - platform: Win32 configuration: Release cmake_args: -D CMAKE_INSTALL_PREFIX=install platform_name: Windows - python: "C:\Python37" + python: "C:\\Python37" # UWP/x86/Release - platform: Win32 configuration: Release cmake_args: -D CMAKE_INSTALL_PREFIX=install -D CMAKE_SYSTEM_NAME=WindowsStore -D CMAKE_SYSTEM_VERSION=10.0 platform_name: UWP - python: "C:\Python37" + python: "C:\\Python37" # Win32-8.1SDK/x64/Release - platform: x64 configuration: Release cmake_args: -D CMAKE_INSTALL_PREFIX=install -D CMAKE_SYSTEM_VERSION=8.1 platform_name: Windows8.1 - python: "C:\Python37-64" + python: "C:\\Python37-64" # clone directory clone_folder: c:\projects\DiligentCore -- cgit v1.2.3