Commit fffeab86 authored by 叶飞's avatar 叶飞

feat: gitlab ci

parent 8726ba58
Pipeline #18355 canceled with stages
in 5 minutes 9 seconds
......@@ -3,6 +3,7 @@ variables:
stages:
- init
- bootstrap
- build
- release
......@@ -19,7 +20,14 @@ init:
- dir
- git pull
- echo 开始安装依赖...
- npm install && lerna bootstrap && echo 安装完成
- npm install && echo 安装完成
bootstrap:
stage: bootstrap
script:
- cd /d %DEPLOY_PATH%/src/wisdom-components
- dir
- lerna bootstrap
build:
stage: build
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment