feat: add coding ci script file

This commit is contained in:
LittleBoy 2025-02-05 11:13:05 +08:00
parent 38351e6873
commit 61426ace81
2 changed files with 17 additions and 0 deletions

16
.coding-ci.yml Normal file
View 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
View File

@ -18,6 +18,7 @@ _local
.vscode/*
!.vscode/extensions.json
.idea
.ide
.DS_Store
*.suo
*.ntvs*