Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e92f802f authored by Ricki Hirner's avatar Ricki Hirner
Browse files

Use headless emulator from new repo for testing

parent edae5c07
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
image: registry.gitlab.com/bitfireat/davx5-ose:latest
# https://gitlab.com/bitfireAT/docker-android-emulator
image: registry.gitlab.com/bitfireat/docker-android-emulator:latest

before_script:
  - export GRADLE_USER_HOME=`pwd`/.gradle; chmod +x gradlew
@@ -9,9 +10,8 @@ cache:

test:
  script:
    - (cd /sdk/emulator; ./emulator @test -no-audio -no-window & wait-for-emulator.sh)
    - start-emulator.sh
    - ./gradlew check connectedCheck
    - ./gradlew check
  artifacts:
    paths:
      - build/outputs/lint-results-debug.html