You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
loop/circle.yml

16 lines
451 B

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)