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 220ed7260 THRIFT-6320: Stop asking for a static runtime when building
the release compiler Client: build
add 048e1e414 THRIFT-6310: Build the Thrift compiler on Windows in CI
Client: build
No new revisions were added by this update.
Summary of changes:
.github/workflows/build.yml | 3 +-
.github/workflows/cmake.yml | 68 +++++-
build/windows/README.md | 66 ++++++
build/windows/check-compiler-imports-tests.ps1 | 280 +++++++++++++++++++++++++
build/windows/check-compiler-imports.ps1 | 213 +++++++++++++++++++
doc/ReleaseManagement.md | 14 +-
6 files changed, 636 insertions(+), 8 deletions(-)
create mode 100644 build/windows/README.md
create mode 100644 build/windows/check-compiler-imports-tests.ps1
create mode 100644 build/windows/check-compiler-imports.ps1