mirror of https://github.com/iSoron/uhabits.git
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.
15 lines
456 B
15 lines
456 B
checkout:
|
|
post:
|
|
- git submodule sync
|
|
- git submodule update --init
|
|
|
|
test:
|
|
override:
|
|
- emulator -avd circleci-android22 -no-audio -no-window:
|
|
background: true
|
|
parallel: true
|
|
- circle-android wait-for-boot
|
|
- adb shell input keyevent 82
|
|
- ./gradlew connectedAndroidTest
|
|
- cp -r app/build/outputs $CIRCLE_ARTIFACTS || echo ok
|
|
- cp -r app/build/reports/androidTests/connected/* $CIRCLE_TEST_REPORTS || echo ok |