80 Star 973 Fork 173

GVP林间有风 / lin-ui

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
.travis.yml 689 Bytes
Copy Edit Web IDE Raw Blame History
# 指定运行环境
language: node_js
node_js:
- lts/*
branches:
only:
- develop
jobs:
include:
- name: "Push Compile"
if: type = push
install: yarn install
before_script:
- export TZ='Asia/Shanghai'
- rm -rf dist
- rm -rf examples/dist
script:
- yarn dev
- yarn build
after_success:
- git config --global user.name "Juzi"
- git config --global user.email "juzi214032@qq.com"
- git add -A
- "git commit -m 'build: Travis CI automatic compilation'"
- git pull --rebase
- git push "https://juzi214032:${GITHUB_TOKEN}@github.com/TaleLin/lin-ui" HEAD:develop
JavaScript
1
https://gitee.com/talelin/lin-ui.git
git@gitee.com:talelin/lin-ui.git
talelin
lin-ui
lin-ui
master

Search

14c37bed 8189591 565d56ea 8189591