1 Star 0 Fork 28

槍榊/cesium

forked from Drme/cesium 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 1.41 KB
一键复制 编辑 原始数据 按行查看 历史
Gabby Getz 提交于 2023-02-22 14:43 . Update aws cli used in CI
language: node_js
dist: focal # Workaround for NodeJS 18 - https://travis-ci.community/t/the-command-npm-config-set-spin-false-failed-and-exited-with-1-during/12909/7
addons:
chrome: stable
firefox: latest
notifications:
slack:
secure: JKzk2sJSbZ9h2PUVWj6KtOAdFbEEnOtv/VZy05pJ2H41xRgUHiGdtMW/vMSeq6XX3IJN8eW2zd0cJTgkFn0ioAlYvID8zRhcvkFHg60QXquoqtp5y65dxjtVz79hefxSo7FO1NhMZBQWE9Tg6R7XkoyTMth62+T9vqOgu2Hms6M=
if: (branch = main) AND (type = push)
on_success: change # default: always
jobs:
include:
- stage:
name: "Coverage"
node_js: "18"
before_script:
- curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
- unzip awscliv2.zip
- sudo ./aws/install
script:
- ./travis/coverage.sh
- name: "Release Tests"
node_js: "18"
script:
- ./travis/test-release.sh
- ./travis/verify.sh
- npm --silent run cloc
- name: "Linting, Deployment"
node_js: "18"
script:
- ./travis/prepare.sh
- npm --silent run deploy-status -- --status pending --message 'Waiting for build'
- npm --silent run eslint
- npm --silent run markdownlint
- npm --silent run prettier-check
- ./travis/release.sh
- ./travis/deploy.sh
- name: "NodeJS 16"
node_js: "16"
script:
- npm --silent run build-release
- ./travis/verify.sh
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/gun_spear/cesium.git
git@gitee.com:gun_spear/cesium.git
gun_spear
cesium
cesium
main

搜索帮助