2 Star 0 Fork 0

ChrisTsai/MaterialList

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.travis.yml 767 Bytes
一键复制 编辑 原始数据 按行查看 历史
Dexafree 提交于 2015-07-30 11:12 . Travis
language: android
sudo: false
android:
components:
# The BuildTools version used by your project
- build-tools-21.1.2
# Uncomment the lines below if you want to
# use the latest revision of Android SDK Tools
- platform-tools
- tools
# The SDK version used to compile your project
- android-21
before_script:
- echo yes | android update sdk --filter platform-tools --no-ui --force > /dev/null
- echo yes | android update sdk --filter android-21 --no-ui --force > /dev/null
- echo yes | android update sdk --filter extra-android-support --no-ui --force > /dev/null
- echo yes | android update sdk --filter extra-android-m2repository --no-ui --force > /dev/null
script:
- ./gradlew assembleDebug
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/cairui1989/MaterialList.git
git@gitee.com:cairui1989/MaterialList.git
cairui1989
MaterialList
MaterialList
master

搜索帮助