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

Commit 57f11f84 authored by Ricki Hirner's avatar Ricki Hirner
Browse files

Update Gitlab CI

parent 660daf65
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
image: registry.gitlab.com/bitfireat/docker-android-emulator:latest

variables:
  GIT_SUBMODULE_STRATEGY: recursive

before_script:
  - git submodule update --init --recursive
  - export GRADLE_USER_HOME=`pwd`/.gradle; chmod +x gradlew

cache: