diff --git a/circle.yml b/circle.yml index 806c21d..a60f9c6 100644 --- a/circle.yml +++ b/circle.yml @@ -15,14 +15,14 @@ dependencies: - echo y | android update sdk --no-ui --all --filter "android-27, build-tools-27.0.3" - echo y | android update sdk --no-ui --all --filter "extra-android-m2repository" - echo y | android update sdk --no-ui --all --filter "extra-google-m2repository" - - echo y | android update sdk --no-ui --all --filter "addon-google_apis-google-25" + - echo y | android update sdk --no-ui --all --filter "addon-google_apis-google-27" - echo y | android update sdk --no-ui --all --filter "extra-android-support" # - echo y | android update sdk --no-ui --all --filter "sys-img-armeabi-v7a-addon-google_apis-google-21" test: pre: # start the emulator # - android create avd --force -n test -t android-21 --abi armeabi-v7a - - emulator -avd circleci-android24 -no-window: + - emulator -avd circleci-android22 -no-window: background: true parallel: true override: @@ -32,8 +32,8 @@ test: # run tests against the emulator after waiting. # - "adb wait-for-device shell 'while [[ -z $(getprop sys.boot_completed) ]]; do sleep 1; done; input keyevent 82'" - circle-android wait-for-boot: - timeout: 720 - - ./gradlew connectedCheck + timeout: 900 + - ./gradlew jacocoTestReport # run lint checker #- lint app --html app/build/outputs/result.html