1 Star 0 Fork 0

BattleCall_陈霸先/EventBus

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 695 Bytes
一键复制 编辑 原始数据 按行查看 历史
Markus 提交于 2017-11-14 09:37 . android 26
sudo: false
language: android
jdk:
- oraclejdk8
# http://docs.travis-ci.com/user/languages/android/
android:
components:
- tools
- build-tools-26.0.3
- android-10
- android-26
- extra-android-m2repository
before_script:
- chmod +x gradlew
# - echo no | android create avd --force -n test -t android-10 --abi armeabi
# - emulator -avd test -no-skin -no-audio -no-window &
# - android-wait-for-emulator
# - adb shell input keyevent 82 &
# Currently connectedCheck fails, so don't run unit test on Emulator for now. Issue:
# com.android.builder.testing.ConnectedDevice > hasTests[test(AVD) - 2.3.3] FAILED
# No tests found.
script:
- TERM=dumb ./gradlew check
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/BattleCall/EventBus.git
git@gitee.com:BattleCall/EventBus.git
BattleCall
EventBus
EventBus
master

搜索帮助