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

Commit 0bcbf09e authored by Jonathan Klee's avatar Jonathan Klee Committed by Guillaume Jacquart
Browse files

Add gitlab yaml

(cherry picked from commit e480230f)
parent 733347f3
Loading
Loading
Loading
Loading

.gitlab-ci.yml

0 → 100644
+21 −0
Original line number Diff line number Diff line
image: "registry.gitlab.e.foundation/e/os/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/

buildRelease:
  stage: build
  script:
    - ./gradlew :assembleRelease
  artifacts:
    paths:
      - sample/build/outputs/apk/release/