Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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

Expand Down