feat(pncc): add resident persona repository runtime
This commit is contained in:
parent
fb8427adaa
commit
03f31ae412
14 changed files with 858 additions and 4 deletions
|
|
@ -92,6 +92,11 @@ run_gate world_and_protocol_validation \
|
|||
run_gate shell_syntax bash -c \
|
||||
'for script in "$1"/scripts/*.sh "$1"/world-seed/scripts/*.sh; do bash -n "$script"; done' \
|
||||
_ "${source_root}"
|
||||
run_gate pncc_runtime bash -c '
|
||||
node --test "$1/pncc-runtime/pncc-runtime.test.mjs"
|
||||
"$1/scripts/test-install-jd-pncc-runtime.sh"
|
||||
"$1/scripts/test-guanghu-master-init.sh"
|
||||
' _ "${source_root}"
|
||||
run_gate linux_subcontrol_docker_backend \
|
||||
"${source_root}/scripts/test-linux-subcontrol-docker-backend.sh"
|
||||
run_gate guanghu_first_boot_supervisor \
|
||||
|
|
|
|||
Loading…
Reference in a new issue