Setup CI for app-ng

This commit is contained in:
topjohnwu
2026-03-17 20:04:47 -07:00
parent e4f4239f5c
commit 5cb025e7cc
5 changed files with 103 additions and 55 deletions

View File

@@ -517,6 +517,7 @@ def cleanup():
def build_all():
build_native()
build_app()
build_app_ng()
build_test()