当前仓库属于暂停状态,部分功能使用受限,详情请查阅 仓库状态说明
1 Star 0 Fork 176

wxAPP_LL / lin-ui
暂停

forked from 林间有风 / lin-ui 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 889 Bytes
一键复制 编辑 原始数据 按行查看 历史
# 指定运行环境
language: node_js
node_js:
- lts/*
jobs:
include:
- name: "Push Compile"
if: type = push AND branch = develop
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 "Deployment Bot"
- git config --global user.email "deploy@travis-ci.org"
- git add -A
- "git commit -m 'build: Travis CI automatic compilation'"
- git push "https://juzi214032:${GITHUB_TOKEN}@github.com/TaleLin/lin-ui" HEAD:develop
- name: "Check Compile"
if: type = pull_request OR (type = push AND branch = master)
before_install: export TZ='Asia/Shanghai'
install: yarn install
script:
- yarn dev
- yarn build
JavaScript
1
https://gitee.com/wxAPP_LL/lin-ui.git
git@gitee.com:wxAPP_LL/lin-ui.git
wxAPP_LL
lin-ui
lin-ui
master

搜索帮助