This is an automated email from the ASF dual-hosted git repository.
Jens-G pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git
from 048e1e414 THRIFT-6310: Build the Thrift compiler on Windows in CI
Client: build
add 983da3f07 THRIFT-6311: Build a Windows installer for the Thrift
compiler Client: build
No new revisions were added by this update.
Summary of changes:
.github/workflows/windows-packages.yml | 189 ++++++++++++++++++++++++
build/windows/README.md | 53 ++++++-
build/windows/build-installer.ps1 | 129 +++++++++++++++++
build/windows/installer/test-installer.ps1 | 195 +++++++++++++++++++++++++
build/windows/installer/thrift.iss | 221 +++++++++++++++++++++++++++++
doc/ReleaseManagement.md | 58 +++++++-
6 files changed, 842 insertions(+), 3 deletions(-)
create mode 100644 .github/workflows/windows-packages.yml
create mode 100644 build/windows/build-installer.ps1
create mode 100644 build/windows/installer/test-installer.ps1
create mode 100644 build/windows/installer/thrift.iss