87 Star 182 Fork 77

marshalchen / UltimateAndroid

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 953 Bytes
一键复制 编辑 原始数据 按行查看 历史
marshalchen 提交于 2016-12-06 21:09 . update .travis
language: android
jdk:
- oraclejdk8
# Turning off caching to avoid caching Issues
# cache: false
# Using the new Container-Based Infrastructure
sudo: false
env:
global:
# Initiating clean Gradle output
- TERM=dumb
# Amount of memory granted to Gradle JVM
- GRADLE_OPTS="-Xmx512m -XX:MaxPermSize=512m"
# General Android settings used in builds
- ANDROID_TARGET=android-25
before_install:
# Making sure gradlew has executable permissions
- cd UltimateAndroid
- chmod a+x gradlew
android:
components:
# We are using the latest revision of Android SDK Tools
- tools
- platform-tools
- android-25
# The BuildTools version we are using for our project
- build-tools-25.0.1
# Additional components
- extra-google-google_play_services
- extra-google-m2repository
- extra-android-m2repository
licenses:
- 'android-sdk-license-.+'
script:
./gradlew assembleDebug
Android
1
https://gitee.com/marshalchen/UltimateAndroid.git
git@gitee.com:marshalchen/UltimateAndroid.git
marshalchen
UltimateAndroid
UltimateAndroid
master

搜索帮助