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

Commit 2bc1850b authored by Romain Hunault's avatar Romain Hunault
Browse files

Setup CI

parent fca83bad
Loading
Loading
Loading
Loading

.gitlab-ci.yml

0 → 100644
+24 −0
Original line number Diff line number Diff line
image: "registry.gitlab.eelo.io:5000/eelo/docker-android-apps-cicd:latest"

stages:
- build

before_script:
- export GRADLE_USER_HOME=$(pwd)/.gradle
- chmod +x ./gradlew

cache:
  key: ${CI_PROJECT_ID}
  paths:
  - .gradle/

build:
  stage: build
  script:
  - echo $ANDROID_SDK_HOME
  - echo $JAVA_HOME
  - git submodule update --recursive --init
  - ./gradlew build
  artifacts:
    paths:
    - play-services-core/build/outputs/apk/