2 Star 19 Fork 9

tangcent / easy-yapi

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 909 Bytes
一键复制 编辑 原始数据 按行查看 历史
tangcent 提交于 2020-08-02 21:22 . chore: remove auto deployment
language: java
sudo: false # faster builds
matrix:
include:
- os: linux
sudo: required
jdk: openjdk8
script:
- ./plugin-script/package_plugin.sh
before_cache:
- rm -f $HOME/.gradle/caches/**
cache:
directories:
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/
#
#before_deploy:
# - git config --local user.name "tangcent"
# - git config --local user.email "pentatangcent@gmail.com"
# - echo jars- `ls plugin`
# - ./plugin-script/push_tag.sh
# - export TRAVIS_TAG=`cat tag.txt`
# - export TRAVIS_TAG_TITLE=`cat title.txt`
# - export TRAVIS_TAG_BODY=`cat body.txt`
#
## https://github.com/travis-ci/dpl#github-releases
#deploy:
# provider: releases
# api_key: $GITHUB_TOKEN
# name: ${TRAVIS_TAG_TITLE}
# body: ${TRAVIS_TAG_BODY}
# file_glob: true
# file: plugin/*
# overwrite: true
# skip_cleanup: true
# on:
# branch: master
# repo: tangcent/easy-api
Kotlin
1
https://gitee.com/tangcent/easy-yapi.git
git@gitee.com:tangcent/easy-yapi.git
tangcent
easy-yapi
easy-yapi
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891