1 Star 0 Fork 0

阿飞0827 / PhotoPicker

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
circle.yml 723 Bytes
一键复制 编辑 原始数据 按行查看 历史
Matthew Zavislak 提交于 2016-12-12 14:07 . Fix build
# Build configuration file for Circle CI
# needs to be named `circle.yml` and should be in the top level dir of the repo
machine:
environment:
ANDROID_HOME: /home/ubuntu/android
java:
version: oraclejdk8
dependencies:
pre:
- ( sleep 5 && while [ 1 ]; do sleep 1; echo y; done ) | android update sdk --no-ui --all --filter "tools,platform-tools,android-25,extra-google-m2repository,extra-android-m2repository,extra-android-support"
- echo y | android update sdk --no-ui --all --filter "build-tools-25.0.1"
cache_directories:
- ~/.android
- ~/android
override:
- (echo "Downloading Android SDK v24 now!")
- (source circle.sh && getAndroidSDK)
test:
pre:
- (./gradlew build)
1
https://gitee.com/CoderLPF/PhotoPicker.git
git@gitee.com:CoderLPF/PhotoPicker.git
CoderLPF
PhotoPicker
PhotoPicker
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891