diff --git a/circle.yml b/circle.yml new file mode 100644 index 000000000..87496af48 --- /dev/null +++ b/circle.yml @@ -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 \ No newline at end of file