Ai
1 Star 0 Fork 1

BenQ6917/gpstest

forked from 阿威0723/gpstest 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 1018 Bytes
一键复制 编辑 原始数据 按行查看 历史
Sean Barbeau 提交于 2018-10-17 01:27 +08:00 . Bump Travis build tools to fix builds
language: android
jdk: oraclejdk8
# Use the Travis Container-Based Infrastructure
sudo: false
cache:
directories:
- ${TRAVIS_BUILD_DIR}/gradle/caches/
- ${TRAVIS_BUILD_DIR}/gradle/wrapper/dists/
env:
global:
- ANDROID_API_LEVEL=28
- ANDROID_BUILD_TOOLS_VERSION=28.0.3
- ANDROID_ABI=armeabi-v7a
- ANDROID_TAG=google_apis
- ADB_INSTALL_TIMEOUT=20 # minutes (2 minutes by default)
android:
components:
- tools # to get the new `repository-11.xml`
- platform-tools
- tools # to install Android SDK tools 25.1.x
- build-tools-$ANDROID_BUILD_TOOLS_VERSION
- android-$ANDROID_API_LEVEL
# For Google APIs
- addon-google_apis-google-$ANDROID_API_LEVEL
# Google Play Services
- extra-google-google_play_services
# Support library
- extra-android-support
# Latest artifacts in local repository
- extra-google-m2repository
- extra-android-m2repository
script:
- ./gradlew assembleGoogleDebug assembleOsmdroidDebug test -PdisablePreDex
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/BenQ6917/gpstest.git
git@gitee.com:BenQ6917/gpstest.git
BenQ6917
gpstest
gpstest
master

搜索帮助