You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
389 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# QCIFile的命名推荐qcifile.yml推荐放于代码库的根目录中
version: 1.0 # QCIFile版本号自己指定
worker:
label: tcb
stages:
- stage: testQCI # 自定义stage的名称多个stage为顺序执行
cmds: # 多条命令顺序执行
- tnpm install
- npm test