mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 01:08:50 -06:00
25 lines
682 B
YAML
25 lines
682 B
YAML
dependencies:
|
|
pre:
|
|
- echo y | android update sdk --no-ui --all --filter "tools"
|
|
- echo y | android update sdk --no-ui --all --filter "build-tools-23.0.3"
|
|
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)
|
|
general:
|
|
branches:
|
|
ignore:
|
|
- gh-pages
|
|
- poeditor
|