Skip to content

Commit 44a6e73

Browse files
committed
appveyor: display some debug info, force img = VS2019
1 parent 9230757 commit 44a6e73

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

appveyor.yml

+11
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# AppVeyor CI config
2+
image:
3+
- Visual Studio 2019
4+
25
environment:
36
BINTRAY_API_KEY:
47
secure: AGZJlJvqTJR3lySeBoANrPYyWfgLJciSqTZm3/ZEPbUx4dQ9m1fiWGY3RYBGaYOq
@@ -10,8 +13,16 @@ environment:
1013
QT5_BIN_DIR_DYNAMIC_64: C:\Qt\5.15.0\msvc2019_64\bin
1114
QT5_BIN_DIR_STATIC_32: C:\Qt\Qt5.15.0-static\bin
1215
QT5_BIN_DIR_STATIC_64: C:\Qt\Qt5.15.0x64-static\bin
16+
APPVEYOR_SAVE_CACHE_ON_ERROR: true
1317

1418
install:
19+
- echo AppVeyor Build Image = %APPVEYOR_BUILD_WORKER_IMAGE%
20+
- echo Directories...
21+
- echo - QT5_BIN_DIR_DYNAMIC_32 = %QT5_BIN_DIR_DYNAMIC_32%
22+
- echo - QT5_BIN_DIR_DYNAMIC_64 = %QT5_BIN_DIR_DYNAMIC_64%
23+
- echo - QT5_BIN_DIR_STATIC_32 = %QT5_BIN_DIR_STATIC_32%
24+
- echo - QT5_BIN_DIR_STATIC_64 = %QT5_BIN_DIR_STATIC_64%
25+
1526
- git submodule update --init --recursive
1627
- C:\Python35\Scripts\pip install requests jinja2 irc
1728
- C:\Python35\python -u gui\qt\deploy-scripts\appveyor_helper.py install

0 commit comments

Comments
 (0)