From 05e5958d366dbcea58ce5a1981dd547522ddfaa0 Mon Sep 17 00:00:00 2001 From: DarkPhoenix Date: Tue, 8 Jun 2021 18:54:07 +0300 Subject: [PATCH] Make PYTHON variable image-specific to test if it works --- .appveyor.yml | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 7b7612211..3b202290e 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,9 +1,18 @@ -image: Visual Studio 2019 +image: + - Visual Studio 2019 + - macos clone_depth: 400 -environment: - matrix: - - PYTHON: "C:\\Python37-x64" +for: + - + matrix: + only: + - image: Visual Studio 2019 + environment: + PYTHON: "C:\\Python37-x64" + test_script: + - ps: write-host "for-matrix override test script 1" + # Should be enabled only for build process debugging # init: # - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))