From 4e7d4b76d7e8d6148f3fcc25cda072a49cb1f605 Mon Sep 17 00:00:00 2001 From: Alexander Grund Date: Thu, 5 Dec 2024 09:36:49 +0100 Subject: [PATCH] DEBUG appveyor 2 --- .appveyor.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index dbf6ee22..4ecf9632 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -160,7 +160,13 @@ install: build: off -test_script: ci\build.bat +test_script: | + if defined ADDPATH ( + cd %ADDPATH% + dir + cd %APPVEYOR_BUILD_FOLDER% + ) + ci\build.bat for: # CodeCov coverage build