1 Star 0 Fork 1.2K

jiaqi ding / iotStudio

forked from dgiot开源社区 / iotStudio 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
.travis.yml 719 Bytes
Copy Edit Raw Blame History
尤雨溪 authored 2022-06-01 17:01 . :new:master('deploy')
language: node_js
node_js:
- 16.13.0
branchs:
only:
- master
cache:
npm: false
directories:
- "~/.pnpm-store"
before_install:
- curl -f https://get.pnpm.io/v6.16.js | node - add --global pnpm@6
- pnpm config set store-dir ~/.pnpm-store
- pnpm config set registry https://registry.npmmirror.com
- pnpm lint
- pnpm lint:fix
- pnpm lint:style
install:
- pnpm install
scripts:
- pnpm build
deploy:
provider: pages
local_dir: dist
skip_cleanup: true
# 在 GitHub 上生成的令牌,允许 Travis 推送代码到你的仓库。
# 在仓库对应的 Travis 设置页面中配置,用于安全控制。
github_token: $GIT_TOKEN
keep_history: true
on:
branch: travis-pages
JavaScript
1
https://gitee.com/jiaqi_ding/iotStudio.git
git@gitee.com:jiaqi_ding/iotStudio.git
jiaqi_ding
iotStudio
iotStudio
master

Search