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

Commit 589b463f authored by Nishith  Khanna's avatar Nishith Khanna
Browse files

ci: generate all apks

parent 25bf784e
Loading
Loading
Loading
Loading
Loading
+5 −12
Original line number Diff line number Diff line
@@ -22,7 +22,6 @@ cache:
  paths:
    - .gradle/


lint:
  stage: build
  script:
@@ -67,26 +66,20 @@ test:
    reports:
      junit: app/build/test-results/*/TEST-*.xml


#  Below job makes eDrive updatable through app lounge

init_submodules:
  stage: gitlab_release
  rules:
    - if: '$CI_COMMIT_TAG && $CI_COMMIT_REF_PROTECTED == "true"'
      when: on_success
  when: always
  script:
    - git clone https://gitlab.e.foundation/e/os/system-apps-update-info.git systemAppsUpdateInfo
  artifacts:
    paths:
      - systemAppsUpdateInfo/scripts/


generate-apks:
  stage: gitlab_release
  rules:
    - if: '$CI_COMMIT_TAG && $CI_COMMIT_REF_PROTECTED == "true"' 
      when: on_success
  when: always
  needs:
    - init_submodules
    - build