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

Commit 28ccc665 authored by Fahim Salam Chowdhury's avatar Fahim Salam Chowdhury 👽
Browse files

add gitlab-ci

parent 9209f4e8
Loading
Loading
Loading
Loading

.gitlab-ci.yml

0 → 100644
+19 −0
Original line number Diff line number Diff line
image: "registry.gitlab.e.foundation/e/os/docker-android-apps-cicd:legacy"

stages:
  - build

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

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

build:
  stage: build
  script:
    - ./gradlew assembleDebug