1 Star 0 Fork 0

FasterGloble/WechatSpellbook

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 877 Bytes
一键复制 编辑 原始数据 按行查看 历史
Em3rs0n 提交于 2018-11-24 18:29 . 修复Travis的gradle支持
language: android
jdk: oraclejdk8
env:
global:
- GRADLE_VERSION=4.10
- BUILD_API=android-28
- BUILD_TOOLS=build-tools-28.0.3
android:
components:
- tools
- platform-tools
# The SDK version used to compile your project
- $BUILD_API
# The BuildTools version used by your project
- $BUILD_TOOLS
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
- rm -rf $HOME/.gradle/caches/*/plugin-resolution/
cache:
directories:
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/
- $HOME/.android/build-cache
before_install:
# Setup the correct gradle version.
- wget http://services.gradle.org/distributions/gradle-${GRADLE_VERSION}-bin.zip
- unzip gradle-${GRADLE_VERSION}-bin.zip
- export GRADLE_HOME=$PWD/gradle-${GRADLE_VERSION}
- export PATH=$GRADLE_HOME/bin:$PATH
script:
- gradle build check
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/RongBaBa/WechatSpellbook.git
git@gitee.com:RongBaBa/WechatSpellbook.git
RongBaBa
WechatSpellbook
WechatSpellbook
master

搜索帮助