37 Star 504 Fork 137

帅文元 / NBZxing

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 601 Bytes
一键复制 编辑 Web IDE 原始数据 按行查看 历史
aiWean 提交于 2020-09-21 15:59 . Create .travis.yml
language: android
jdk: oraclejdk8
before_install:
- yes | sdkmanager "platforms;android-29"
env:
global:
- ANDROID_API_LEVEL=29
- ANDROID_BUILD_TOOLS_VERSION=29.0.0
- TRAVIS_SECURE_ENV_VARS=true
android:
components:
# The BuildTools version used by your project
- tools
- platform-tools
- build-tools-$ANDROID_BUILD_TOOLS_VERSION
- extra-android-m2repository
- extra-google-android-support
# The SDK version used to compile your project
- android-$ANDROID_API_LEVEL
licenses:
- '.+'
script:
- ./gradlew clean
- ./gradlew assembleDebug
Android
1
https://gitee.com/aliwean/NBZxing.git
git@gitee.com:aliwean/NBZxing.git
aliwean
NBZxing
NBZxing
master

搜索帮助

14c37bed 8189591 565d56ea 8189591