aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMenny Even Danan <menny@evendanan.net>2019-10-22 11:31:06 +0000
committerMenny Even Danan <menny@evendanan.net>2019-10-22 14:03:56 +0000
commit91f919c2f799b68481e169e9b06c14a9cde39972 (patch)
tree73c93555bc0a0c2bf8a4e8e87253d9b8b57103c7 /scripts
parentf57d7695037d12dfcd3e822f9e728d12b60348e8 (diff)
downloadAnySoftKeyboard-91f919c2f799b68481e169e9b06c14a9cde39972.tar.gz
AnySoftKeyboard-91f919c2f799b68481e169e9b06c14a9cde39972.tar.bz2
Release build in PR
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/ci/ci_deploy.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/ci/ci_deploy.sh b/scripts/ci/ci_deploy.sh
index df07cffbc..7ff7c8d04 100755
--- a/scripts/ci/ci_deploy.sh
+++ b/scripts/ci/ci_deploy.sh
@@ -13,6 +13,9 @@ elif [[ "${BUILD_TYPE}" == "release" ]]; then
echo "Deploy build-type RELEASE from 'release-branch'."
cp app/src/main/play/release-notes/en-US/alpha.txt app/src/main/play/release-notes/en-US/beta.txt
BUILD_TYPE="-DdeployChannel=beta assembleRelease publishRelease"
+elif [[ "${BUILD_TYPE}" == "dry-run-release" ]]; then
+ echo "Dry Run Deploy build-type RELEASE."
+ BUILD_TYPE="-DdeployChannel=alpha assembleRelease"
else
echo "Invalid build type. Can not deploy."
exit 1
@@ -41,3 +44,5 @@ echo "Downloading signature files..."
wget ${KEYSTORE_FILE_URL} -q -O /tmp/anysoftkeyboard.keystore
wget ${PUBLISH_CERT_FILE_URL} -q -O /tmp/apk_upload_key.p12
./gradlew --stacktrace -PwithAutoVersioning ${BUILD_TYPE} generateFdroidYamls
+
+cat outputs/fdroid.yaml \ No newline at end of file