26 Star 74 Fork 6

Gitee 极速下载 / pencil-project

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/evolus/pencil
克隆/下载
.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
JavaScript
1
https://gitee.com/mirrors/pencil-project.git
git@gitee.com:mirrors/pencil-project.git
mirrors
pencil-project
pencil-project
master

搜索帮助