1 Star 0 Fork 284

itg / L7

forked from antv / L7 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
.travis.yml 622 Bytes
Copy Edit Raw Blame History
thinkgis authored 2020-04-21 14:48 . Merge branch 'master' into draw_doc
language: node_js
os: linux
sudo: required
dist: trusty
addons:
apt:
packages:
- mesa-utils
- xvfb
- libgl1-mesa-dri
- libglapi-mesa
- libosmesa6
node_js:
- '12'
env:
- NODE_ENV=test
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash
- export PATH="$HOME/.yarn/bin:$PATH"
install:
- export DISPLAY=':99.0'
- Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
- yarn install
before_script:
- export DISPLAY=:99.0; sh -e /etc/init.d/xvfb start
script:
- yarn lint
- yarn test
- yarn build
- yarn bundle
notifications:
webhooks: ${dingdingWebhooks}
TypeScript
1
https://gitee.com/x-itg/L7.git
git@gitee.com:x-itg/L7.git
x-itg
L7
L7
master

Search