1 Star 1 Fork 0

李孝标 / AndroidAnimationExercise

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 631 Bytes
一键复制 编辑 原始数据 按行查看 历史
REBOOTERS 提交于 2019-07-30 13:58 . update .travis.yml
language: android
jdk: oraclejdk8
sudo: false
android:
components:
- tools
- build-tools-28.0.3
- android-28
- extra-android-m2repository
- extra-android-support
licenses:
- android-sdk-license-.+
- '.+'
before_install:
- chmod +x gradlew
- mkdir "$ANDROID_HOME/licenses" || true
- echo -e "\d56f5187479451eabf01fb78af6dfcb131a6481e" "\n24333f8a63b6825ea9c5514f83c2829b004d1fee"> "$ANDROID_HOME/licenses/android-sdk-license"
- echo -e "\84831b9409646a918e30573bab4c9c91346d8abd" > "$ANDROID_HOME/licenses/android-sdk-preview-license"
script:
- ./gradlew assembleChargeDebug --daemon
1
https://gitee.com/li-xiaobiao/AndroidAnimationExercise.git
git@gitee.com:li-xiaobiao/AndroidAnimationExercise.git
li-xiaobiao
AndroidAnimationExercise
AndroidAnimationExercise
master

搜索帮助