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 e6d2a14c8 THRIFT-6325: Let the MSVC builds use /MP again Client: build
add 4b400d8e5 THRIFT-2208: Package the Windows Thrift compiler for
Chocolatey Client: build
No new revisions were added by this update.
Summary of changes:
.github/workflows/chocolatey.yml | 190 ++++++++++++++++++++
build/windows/README.md | 29 +++
build/windows/build-chocolatey-package.ps1 | 172 ++++++++++++++++++
.../windows/chocolatey/test-chocolatey-package.ps1 | 195 +++++++++++++++++++++
build/windows/chocolatey/thrift.nuspec.in | 73 ++++++++
.../chocolatey/tools/chocolateyinstall.ps1.in | 40 +++++
doc/ReleaseManagement.md | 32 ++++
7 files changed, 731 insertions(+)
create mode 100644 .github/workflows/chocolatey.yml
create mode 100644 build/windows/build-chocolatey-package.ps1
create mode 100644 build/windows/chocolatey/test-chocolatey-package.ps1
create mode 100644 build/windows/chocolatey/thrift.nuspec.in
create mode 100644 build/windows/chocolatey/tools/chocolateyinstall.ps1.in