added debug output to appveyor.yml

This commit is contained in:
jkriege2 2022-04-15 23:10:20 +02:00
parent a60a03acd9
commit 1f1fe186ef

View File

@ -73,6 +73,7 @@ install:
)
- set PATH=C:\Qt\%QTVER%\%QTABI%\bin;%JOMDIR%;%PATH%
- echo "PATH = %PATH%"
- echo "APPVEYOR_BUILD_WORKER_IMAGE = %APPVEYOR_BUILD_WORKER_IMAGE%"
- echo "BUILD ID Qt%QTVER%_%QTABI%_%APPVEYOR_BUILD_VERSION%_%CONFIGURATION%"
# Rename sh.exe as sh.exe in PATH interferes with MinGW
- rename "C:\Program Files\Git\usr\bin\sh.exe" "sh2.exe"