Skip to content

Commit

Permalink
AppVeyor: Restored PUSH_RELEASE
Browse files Browse the repository at this point in the history
It was used as a condition for uploading releases to SignPath.
  • Loading branch information
bjorn committed Jan 11, 2025
1 parent c773d74 commit 1b992af
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,21 @@ environment:
- QTDIR: C:\Qt\6.8\msvc2022_64
PYTHONHOME: C:\Python312-x64
DEFAULT_PROFILE: MSVC2022-x64
PUSH_RELEASE: false
ENABLE_ZSTD: false
- QTDIR: C:\Qt\6.8\mingw_64
PYTHONHOME: C:\Python312-x64
MINGW: C:\Qt\Tools\mingw1310_64
DEFAULT_PROFILE: x86_64-w64-mingw32-gcc-13_1_0
PUSH_RELEASE: true
ENABLE_ZSTD: true
CC: x86_64-w64-mingw32-gcc.exe
CXX: x86_64-w64-mingw32-g++.exe
- QTDIR: C:\Qt\5.15\mingw81_32
PYTHONHOME: C:\Python38
MINGW: C:\Qt\Tools\mingw810_32
DEFAULT_PROFILE: i686-w64-mingw32-gcc-8_1_0
PUSH_RELEASE: true
ENABLE_ZSTD: true
CC: i686-w64-mingw32-gcc.exe
CXX: i686-w64-mingw32-g++.exe
Expand Down

0 comments on commit 1b992af

Please sign in to comment.