1 Star 2 Fork 0

Cesium/vue-cesium-v2

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 674 Bytes
一键复制 编辑 原始数据 按行查看 历史
zouyaoji 提交于 2021-04-25 11:33 . update .travis.yml
language: node_js
node_js:
- 14
addons:
apt:
packages:
- xvfb
install:
- export DISPLAY=':99.0'
- Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
- npm install
branches:
only: master
script:
# - npm run lint
# - npm test
- npm run build:docs
- npm run test
# - cat test/unit/coverage/lcov.info | node_modules/.bin/coveralls
after_script:
- cp ./docs/favicon.png ./dist/
- cd dist
- git init
- git config user.name "zouyaoji"
- git config user.email "370681295@qq.com"
- git add .
- git commit -m "Travis build docs"
- git push --force --quiet "https://${GITHUB_TOKEN}@github.com/zouyaoji/vue-cesium-v2.git" master:gh-pages
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/cesium_processing/vue-cesium-v2.git
git@gitee.com:cesium_processing/vue-cesium-v2.git
cesium_processing
vue-cesium-v2
vue-cesium-v2
master

搜索帮助