1 Star 0 Fork 0

Fitz.Lee/lib-richtext

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 858 Bytes
一键复制 编辑 原始数据 按行查看 历史
drakeet 提交于 2019-02-06 22:47 . Migrate to Kotlin (#253)
language: android
jdk: oraclejdk8
env:
global:
- ANDROID_ABI=armeabi-v7a
android:
components:
- tools
- android-22
- android-28
- sys-img-armeabi-v7a-android-22
- extra-android-m2repository
- extra-android-support
- extra
licenses:
- android-sdk-license-.+
before_install:
# Install SDK license so Android Gradle plugin can install deps.
- mkdir "$ANDROID_HOME/licenses" || true
- echo "d56f5187479451eabf01fb78af6dfcb131a6481e" > "$ANDROID_HOME/licenses/android-sdk-license"
- echo "24333f8a63b6825ea9c5514f83c2829b004d1fee" >> "$ANDROID_HOME/licenses/android-sdk-license"
before_script:
- chmod +x gradlew
- echo no | android create avd --force -n test -t android-22 --abi $ANDROID_ABI
- emulator -avd test -no-window &
- android-wait-for-emulator
- adb shell input keyevent 82 &
script:
- ./gradlew clean connectedAndroidTest
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/fitzlee/lib-richtext.git
git@gitee.com:fitzlee/lib-richtext.git
fitzlee
lib-richtext
lib-richtext
master

搜索帮助