代码拉取完成,页面将自动刷新
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:
addons:
apt:
packages:
- libgnome-keyring-dev
- icnsutils
- graphicsmagick
- xz-utils
- rpm
# 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
- cat extra-cache.txt >> drawio/src/main/webapp/cache.manifest
install:
- nvm install 10
- yarn install
script:
- yarn run sync
- yarn run release
branches:
except:
- "/^v\\d+\\.\\d+\\.\\d+$/"
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。