当前仓库属于暂停状态,部分功能使用受限,详情请查阅 仓库状态说明
1 Star 0 Fork 53

新无止竞 / PotatofieldImageToolkit
暂停

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 651 Bytes
一键复制 编辑 原始数据 按行查看 历史
OliverZhang 提交于 2020-02-17 13:20 . 修改 CI 配置。
osx_image: xcode8.3
sudo: required
dist: trusty
language: c
matrix:
include:
- os: osx
cache:
directories:
- node_modules
- "$HOME/.electron"
- "$HOME/.cache"
addons:
apt:
packages:
- libgnome-keyring-dev
- icnsutils
before_install:
- mkdir -p /tmp/git-lfs && curl -L https://github.com/github/git-lfs/releases/download/v1.2.1/git-lfs-darwin-amd64-1.2.1.tar.gz
| tar -xz -C /tmp/git-lfs --strip-components 1 && /tmp/git-lfs/git-lfs pull
install:
- nvm install 10
- curl -o- -L https://yarnpkg.com/install.sh | bash
- source ~/.bashrc
- npm install -g xvfb-maybe
- yarn
script:
- yarn run build
branches:
only:
- master
JavaScript
1
https://gitee.com/huiwei13/PotatofieldImageToolkit.git
git@gitee.com:huiwei13/PotatofieldImageToolkit.git
huiwei13
PotatofieldImageToolkit
PotatofieldImageToolkit
master

搜索帮助