11 Star 48 Fork 23

marshalchen / UltimateRecyclerview

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 1022 Bytes
一键复制 编辑 原始数据 按行查看 历史
marshalchen 提交于 2020-07-21 16:44 . 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-30
before_install:
# Making sure gradlew has executable permissions
- cd UltimateRecyclerView
- chmod a+x gradlew
- yes | sdkmanager "platforms;android-30"
android:
components:
# We are using the latest revision of Android SDK Tools
- tools
- platform-tools
- android-30
# The BuildTools version we are using for our project
- build-tools-29.0.2
# Additional components
- extra-google-google_play_services
- extra-google-m2repository
- extra-android-m2repository
licenses:
- 'android-sdk-license-.+'
script:
#./gradlew build
./gradlew assembleDebug
Android
1
https://gitee.com/marshalchen/UltimateRecyclerview.git
git@gitee.com:marshalchen/UltimateRecyclerview.git
marshalchen
UltimateRecyclerview
UltimateRecyclerview
master

搜索帮助