1 Star 0 Fork 6

德古拉/pencil-project

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitlab-ci.yml 714 Bytes
一键复制 编辑 原始数据 按行查看 历史
Nguyen Tien Dung 提交于 2016-04-29 12:09 . added ci build for Mac.
image: mbrainiac/electron-builder:latest
cache:
paths:
- node_modules
- app/node_modules
- .electron-cache
before_script:
stages:
- build
build_job:
stage: build
script:
- sudo npm install
- npm run install-app-deps
- npm run dist:linux
- mkdir -p ./dist/linux
- tar -czvf ./dist/Pencil-linux-x64.tar.gz -C ./dist/Pencil-linux-x64 .
- cp -rf ./dist/*.gz ./dist/linux
- cp -rf ./dist/*.deb ./dist/linux
- npm run dist:win32
- npm run dist:darwin
- mkdir -p ./dist/darwin
- cp -rf ./dist/Pencil-darwin-x64/*.zip ./dist/darwin
artifacts:
paths:
- dist/linux
- dist/win
- dist/win-x64
- dist/darwin
only:
- master@evolus/pencil
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/voyllente/pencil-project.git
git@gitee.com:voyllente/pencil-project.git
voyllente
pencil-project
pencil-project
master

搜索帮助