16 Star 118 Fork 41

Jenly / KingKeyboard

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 723 Bytes
一键复制 编辑 原始数据 按行查看 历史
jenly1314 提交于 2020-01-16 18:08 . Initial commit
language: android
dist: trusty
jdk: oraclejdk8
sudo: false
env:
global:
- ANDROID_API_LEVEL=29
- ANDROID_BUILD_TOOLS_VERSION=29.0.2
- TRAVIS_SECURE_ENV_VARS=true
before_install:
- chmod +x gradlew
- mkdir "$ANDROID_HOME/licenses" || true
# Hack to accept Android licenses
- yes | sdkmanager "platforms;android-$ANDROID_API_LEVEL"
android:
components:
# The BuildTools version used by your project
- tools
- platform-tools
- build-tools-$ANDROID_BUILD_TOOLS_VERSION
# The SDK version used to compile your project
- android-$ANDROID_API_LEVEL
- extra-android-m2repository
- extra-google-android-support
script:
- ./gradlew clean
- ./gradlew assembleRelease
Android
1
https://gitee.com/jenly1314/KingKeyboard.git
git@gitee.com:jenly1314/KingKeyboard.git
jenly1314
KingKeyboard
KingKeyboard
master

搜索帮助