mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 09:08:52 -06:00
Add CircleCI config file
This commit is contained in:
15
circle.yml
Normal file
15
circle.yml
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
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 my-project/build/outputs $CIRCLE_ARTIFACTS
|
||||||
|
- cp -r my-project/build/outputs/androidTest-results/* $CIRCLE_TEST_REPORTS
|
||||||
Reference in New Issue
Block a user