feat: add coding ci script file
This commit is contained in:
parent
38351e6873
commit
61426ace81
16
.coding-ci.yml
Normal file
16
.coding-ci.yml
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
.pipeline: &pipeline
|
||||||
|
runner:
|
||||||
|
cpus: 2
|
||||||
|
docker:
|
||||||
|
image: node:20.11.1
|
||||||
|
stages:
|
||||||
|
- name: 启用yarn
|
||||||
|
script: corepack enable yarn
|
||||||
|
- name: 安装依赖
|
||||||
|
script: yarn install
|
||||||
|
- name: build
|
||||||
|
script: yarn run build
|
||||||
|
|
||||||
|
release:
|
||||||
|
push:
|
||||||
|
- <<: *pipeline
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -18,6 +18,7 @@ _local
|
|||||||
.vscode/*
|
.vscode/*
|
||||||
!.vscode/extensions.json
|
!.vscode/extensions.json
|
||||||
.idea
|
.idea
|
||||||
|
.ide
|
||||||
.DS_Store
|
.DS_Store
|
||||||
*.suo
|
*.suo
|
||||||
*.ntvs*
|
*.ntvs*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user