[Android] CI: Reuse the same certificate for all builds
Hugo Beauzée-Luyssen
git at videolan.org
Tue Oct 27 08:32:52 CET 2020
vlc-android | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Mon Oct 26 15:46:26 2020 +0100| [366df4a80308027009d6961ea58687e1333b1c0b] | committer: Hugo Beauzée-Luyssen
CI: Reuse the same certificate for all builds
> https://code.videolan.org/videolan/vlc-android/commit/366df4a80308027009d6961ea58687e1333b1c0b
---
buildsystem/gitlab/.gitlab-ci.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/buildsystem/gitlab/.gitlab-ci.yml b/buildsystem/gitlab/.gitlab-ci.yml
index 8160d296fa..089d6fa63e 100644
--- a/buildsystem/gitlab/.gitlab-ci.yml
+++ b/buildsystem/gitlab/.gitlab-ci.yml
@@ -14,6 +14,8 @@ cache:
- docker
stage: build
script:
+ - mkdir -p ~/.android
+ - if [ -n "$KEYSTORE_FILE_BASE64" ]; then base64 -d $KEYSTORE_FILE_BASE64 > ~/.android/debug.keystore; fi
- ./buildsystem/compile.sh ${EXTRA_BUILD_PARAM} -a ${ARCH}
variables:
MAKEFLAGS: -j8
More information about the Android
mailing list