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 b1a27f04e THRIFT-5000: Restore Docker Official Image packaging
add 3d3774c7b THRIFT-6003: Add Haxe codegen test script and GitHub Actions
CI job Client: haxe
add c7b64b4a2 THRIFT-6003: Add Haxe codegen test script and GitHub Actions
CI job Client: haxe
add 4e6a3b13f THRIFT-6003: Add Haxe codegen test script and GitHub Actions
CI job Client: haxe
No new revisions were added by this update.
Summary of changes:
.github/workflows/build.yml | 38 +++
.../haxe/codegen/CodegenTest.hxproj | 54 ++--
.../csharp.hxml => lib/haxe/codegen/html5.hxml | 20 +-
lib/haxe/codegen/run-Haxe-Codegen-Tests.ps1 | 304 +++++++++++++++++++++
4 files changed, 383 insertions(+), 33 deletions(-)
copy tutorial/haxe/Tutorial.hxproj => lib/haxe/codegen/CodegenTest.hxproj (51%)
copy test/haxe/csharp.hxml => lib/haxe/codegen/html5.hxml (78%)
create mode 100644 lib/haxe/codegen/run-Haxe-Codegen-Tests.ps1