1 Star 0 Fork 2

seasky100 / cesiumKD

forked from 陨落星晨 / cesiumKD 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 1.10 KB
一键复制 编辑 原始数据 按行查看 历史
Matthew Amato 提交于 2020-07-27 15:39 . Switch to Node 12 for CI
language: node_js
node_js:
- "12"
addons:
chrome: stable
firefox: latest
script:
- npm --silent run deploy-set-version -- --buildVersion $TRAVIS_BRANCH.$TRAVIS_BUILD_NUMBER
- npm --silent run deploy-status -- --status pending --message 'Waiting for build'
- npm --silent run eslint
- npm --silent run prettier-check
- npm --silent run build
- npm --silent run build-ts
- npm --silent run coverage -- --browsers FirefoxHeadless --webgl-stub --failTaskOnError --suppressPassed
- travis_wait 20 npm --silent run makeZipFile -- --concurrency 1
- npm pack &> /dev/null
- npm --silent run buildApps
- npm --silent run deploy-s3 -- -b cesium-dev -d cesium/$TRAVIS_BRANCH --confirm -c 'no-cache'
- npm --silent run deploy-status -- --status success --message Deployed
- npm --silent run build-specs
- npm --silent run test -- --browsers ChromeCI --failTaskOnError --webgl-stub --release --suppressPassed
# Various Node.js smoke-screen tests
- node -e "const Cesium = require('./');"
- NODE_ENV=development node index.cjs
- NODE_ENV=production node index.cjs
- npm --silent run cloc
JavaScript
1
https://gitee.com/seasky100/cesiumKD.git
git@gitee.com:seasky100/cesiumKD.git
seasky100
cesiumKD
cesiumKD
master

搜索帮助