1 Star 0 Fork 77

kkkkky/UltimateAndroid

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 921 Bytes
一键复制 编辑 原始数据 按行查看 历史
marshalchen 提交于 2015-02-10 13:45 . update travis.yml
language: android
# 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-21
before_install:
# Making sure gradlew has executable permissions
- cd UltimateAndroidGradle
- chmod a+x gradlew
android:
components:
# We are using the latest revision of Android SDK Tools
- platform-tools
- tools
# The BuildTools version we are using for our project
- build-tools-21.1.2
# Additional components
- extra-google-google_play_services
- extra-google-m2repository
- extra-android-m2repository
licenses:
- 'android-sdk-license-.+'
script:
./gradlew assembleDebug
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/kkkkky/UltimateAndroid.git
git@gitee.com:kkkkky/UltimateAndroid.git
kkkkky
UltimateAndroid
UltimateAndroid
master

搜索帮助