0 Star 0 Fork 69

moonhou/kungfu

forked from 功夫量化/kungfu 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.gitlab-ci.yml 579 Bytes
一键复制 编辑 原始数据 按行查看 历史
stages:
- build
build_win:
stage: build
tags:
- windows
script:
- yarn install
- yarn build
only:
- dev
artifacts:
expire_in: 1 day
paths:
- app\\build\\app\\*exe
build_centos:
stage: build
tags:
- centos
artifacts:
expire_in: 1 day
paths:
- app/build/app/*.rpm
script:
- yarn install
- yarn build
only:
- dev
build_macosx:
stage: build
tags:
- macosx
script:
- yarn install
- yarn build
only:
- dev
artifacts:
expire_in: 1 day
paths:
- app/build/app/*.dmg
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C/C++
1
https://gitee.com/hymcn/kungfu.git
git@gitee.com:hymcn/kungfu.git
hymcn
kungfu
kungfu
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385