From 153c7a5fb1316becc7bc0c332e7e03bc5aeb1da7 Mon Sep 17 00:00:00 2001 From: cyBerta Date: Sun, 9 Sep 2018 23:44:55 +0200 Subject: add pipeline for custom releases --- .gitlab-ci.yml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 91ee6c3d..f489e7b3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -115,4 +115,17 @@ build_release: artifacts: paths: - app/build/outputs/ - when: manual \ No newline at end of file + when: manual + + build_custom_release: + image: "0xacab.org:4567/leap/bitmask_android/android-ndk:latest" + stage: build + script: + - ./cleanProject.sh + - ./build_deps.sh + - ./gradlew assembleCustomRelease --stacktrace + - ./gradlew assembleCustomBeta --stacktrace + artifacts: + paths: + - app/build/outputs/ + when: manual \ No newline at end of file -- cgit v1.2.3