[Android] CI: show how compile.sh is called
Steve Lhomme
git at videolan.org
Wed Jun 18 07:39:43 UTC 2025
vlc-android | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Wed Jun 18 08:27:00 2025 +0200| [673814430303e706af2465169c643bfce6438cd3] | committer: Steve Lhomme
CI: show how compile.sh is called
> https://code.videolan.org/videolan/vlc-android/commit/673814430303e706af2465169c643bfce6438cd3
---
buildsystem/gitlab/.gitlab-ci.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/buildsystem/gitlab/.gitlab-ci.yml b/buildsystem/gitlab/.gitlab-ci.yml
index 24798c793e..cb9f77bdfd 100644
--- a/buildsystem/gitlab/.gitlab-ci.yml
+++ b/buildsystem/gitlab/.gitlab-ci.yml
@@ -83,6 +83,7 @@ webserver-vulnerabilities:
.build-all-base:
stage: build
script:
+ - set -x
- 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} -t
More information about the Android
mailing list