Skip to content

Commit 1b992af

Browse files
committed
AppVeyor: Restored PUSH_RELEASE
It was used as a condition for uploading releases to SignPath.
1 parent c773d74 commit 1b992af

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

appveyor.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,21 @@ environment:
1515
- QTDIR: C:\Qt\6.8\msvc2022_64
1616
PYTHONHOME: C:\Python312-x64
1717
DEFAULT_PROFILE: MSVC2022-x64
18+
PUSH_RELEASE: false
1819
ENABLE_ZSTD: false
1920
- QTDIR: C:\Qt\6.8\mingw_64
2021
PYTHONHOME: C:\Python312-x64
2122
MINGW: C:\Qt\Tools\mingw1310_64
2223
DEFAULT_PROFILE: x86_64-w64-mingw32-gcc-13_1_0
24+
PUSH_RELEASE: true
2325
ENABLE_ZSTD: true
2426
CC: x86_64-w64-mingw32-gcc.exe
2527
CXX: x86_64-w64-mingw32-g++.exe
2628
- QTDIR: C:\Qt\5.15\mingw81_32
2729
PYTHONHOME: C:\Python38
2830
MINGW: C:\Qt\Tools\mingw810_32
2931
DEFAULT_PROFILE: i686-w64-mingw32-gcc-8_1_0
32+
PUSH_RELEASE: true
3033
ENABLE_ZSTD: true
3134
CC: i686-w64-mingw32-gcc.exe
3235
CXX: i686-w64-mingw32-g++.exe

0 commit comments

Comments
 (0)