From 4f23849b79ec0801672ff593a15907a6b1505940 Mon Sep 17 00:00:00 2001 From: cyBerta Date: Mon, 7 Feb 2022 00:16:08 +0100 Subject: Adds another build task called double release to build more time efficiently multiple flavors. Adapting prepareForDistribution.sh accordingly --- .gitlab-ci.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 67237611..5cc25a02 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -114,6 +114,20 @@ build: when: always expire_in: 3 days +build_double_release: + image: "0xacab.org:4567/leap/bitmask_android/android-ndk:latest" + stage: build + script: + - ./scripts/prepareForDistribution.sh build -allflavors -aab -apk web -no-tag >> normalRelease.log 2>&1 + artifacts: + paths: + - app/build/outputs/ + - currentReleases/ + - normalRelease.log + when: always + expire_in: 1 week + when: manual + build_release: image: "0xacab.org:4567/leap/bitmask_android/android-ndk:latest" stage: build -- cgit v1.2.3