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

Commit 30859277 authored by Nishith  Khanna's avatar Nishith Khanna
Browse files

Add gitlab.ci file

parent 77d22a1a
Loading
Loading
Loading
Loading
Loading

.gitlab-ci.yml

0 → 100644
+22 −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
  - ./gradlew clean

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

build:
  stage: build
  script:
    - ./gradlew build
  artifacts:
    paths:
      - app/build/outputs/