Files
fc/publish/sdk/cocos_native/2.4.12/engine/.gitpod.yml
T
2026-05-23 22:10:14 +08:00

22 lines
451 B
YAML

image:
file: .gitpod.Dockerfile
tasks:
- command: gp await-port 8511 && sleep 3 && gp preview $(gp url 8511)/bin/qunit-runner.html
- name: Build
init: |
npm install
npm install gulp-qunit express
gp sync-done init
command: gulp build
- name: Test
init: |
gp sync-await init
npm test
command: node test/qunit/server.js
openMode: split-right
ports:
- port: 8511
onOpen: ignore