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

Unverified Commit 1389b1d4 authored by Gokul Swaminathan's avatar Gokul Swaminathan Committed by GitHub
Browse files

Delete .gitlab-ci.yml

parent bbe55550
Loading
Loading
Loading
Loading

.gitlab-ci.yml

deleted100755 → 0
+0 −21
Original line number Diff line number Diff line
image: jangrewe/gitlab-ci-android

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
  artifacts:
    paths:
    - app/build/outputs/apk/app-debug.apk
 No newline at end of file