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

Commit 258fdca3 authored by Mohammed Althaf T's avatar Mohammed Althaf T 😊
Browse files

Build debug apk on request

parent 0f110057
Loading
Loading
Loading
Loading
Loading
+12 −2
Original line number Diff line number Diff line
@@ -13,10 +13,20 @@ cache:
  paths:
    - .gradle/

build:
build-debug:
  stage: build
  rules:
    - when: manual
  script:
    - ./gradlew assembleDebug
  artifacts:
    paths:
      - app/build/outputs/apk

build-release:
  stage: build
  script:
    - ./gradlew build -x test
    - ./gradlew assembleRelease
  artifacts:
    paths:
      - app/build/outputs/apk