1 Star 0 Fork 0

xiongcong / drawio-desktop

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 1.16 KB
一键复制 编辑 原始数据 按行查看 历史
mediaslav 提交于 2017-08-15 03:00 . new structure
osx_image: xcode8.3
dist: trusty
sudo: false
language: c
matrix:
include:
- os: osx
- os: linux
env: CC=clang CXX=clang++ npm_config_clang=1
compiler: clang
cache:
yarn: true
directories:
- node_modules
- $HOME/.electron
- $HOME/.cache
addons:
apt:
packages:
- libgnome-keyring-dev
- icnsutils
- graphicsmagick
- xz-utils
# Handle git submodules yourself
git:
submodules: false
before_install:
# - mkdir -p /tmp/git-lfs && curl -L https://github.com/github/git-lfs/releases/download/v1.5.5/git-lfs-$([ "$TRAVIS_OS_NAME" == "linux" ] && echo "linux" || echo "darwin")-amd64-1.5.5.tar.gz | tar -xz -C /tmp/git-lfs --strip-components 1 && /tmp/git-lfs/git-lfs pull
- curl -o- -L https://yarnpkg.com/install.sh | bash
- export PATH="$HOME/.yarn/bin:$PATH"
# Use sed to replace the SSH URL with the public URL, then initialize submodules
- sed -ie 's/git@github.com:/https:\/\/github.com\//' .gitmodules
- git submodule update --init --recursive
install:
- nvm install 7
- yarn install --ignore-optional
script:
- yarn run sync
- yarn run release
branches:
except:
- "/^v\\d+\\.\\d+\\.\\d+$/"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xiongcong2013/drawio-desktop.git
git@gitee.com:xiongcong2013/drawio-desktop.git
xiongcong2013
drawio-desktop
drawio-desktop
better-separation

搜索帮助

344bd9b3 5694891 D2dac590 5694891