【a】XNode

This commit is contained in:
mzh
2026-01-06 14:42:02 +08:00
parent 2e8accfed8
commit 273200202d
97 changed files with 6654 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ stages:
- 08.UniTask
- 09.CodeChecker
- 10.StoryEditor
- 10.XNode
- 11.PointCloudTools
.template_job: &template_job
@@ -96,6 +97,11 @@ job_StoryEditor:
variables:
MODULE_NAME: "10.StoryEditor" # 定义模块名称变量
stage: 10.StoryEditor
job_XNode:
<<: *template_job
variables:
MODULE_NAME: "10.XNode" # 定义模块名称变量
stage: 10.XNode
job_PointCloudTools:
<<: *template_job
variables: