1 Star 0 Fork 0

8848m/uhabits

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
circle.yml 896 Bytes
一键复制 编辑 原始数据 按行查看 历史
Alinson Xavier 提交于 2016-12-31 12:30 . Update circle.yml
dependencies:
pre:
- echo y | android update sdk --no-ui --all --filter "tools"
- echo y | android update sdk --no-ui --all --filter "android-25"
- echo y | android update sdk --no-ui --all --filter "build-tools-25.0.2"
- echo y | android update sdk --no-ui --all --filter "extra-android-m2repository"
checkout:
post:
- git submodule sync
- git submodule update --init
test:
override:
- mksdcard -l e 128M sdcard.img
- emulator -avd circleci-android22 -no-audio -no-window -sdcard sdcard.img:
background: true
parallel: true
- circle-android wait-for-boot
- adb shell input keyevent 82
- ./run_tests
- cp -r app/build/outputs $CIRCLE_ARTIFACTS || echo ok
- bash <(curl -s https://codecov.io/bash) || echo ok
general:
branches:
ignore:
- gh-pages
- poeditor
machine:
java:
version: oraclejdk8
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/km8848/uhabits.git
[email protected]:km8848/uhabits.git
km8848
uhabits
uhabits
master

搜索帮助