[Android] CI: show commands for easier debugging

Steve Lhomme git at videolan.org
Wed Nov 20 06:47:53 UTC 2024


vlc-android | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Wed Sep  4 14:32:06 2024 +0200| [8e5bb9f25f841de997a3cf03a3806b75344ecb64] | committer: Duncan McNamara

CI: show commands for easier debugging

> https://code.videolan.org/videolan/vlc-android/commit/8e5bb9f25f841de997a3cf03a3806b75344ecb64
---

 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 4e12d0b886..8ac05d62bd 100644
--- a/buildsystem/gitlab/.gitlab-ci.yml
+++ b/buildsystem/gitlab/.gitlab-ci.yml
@@ -12,6 +12,8 @@ variables:
   WEBSERVER_DIR: "./remoteaccess"
 
 default:
+  before_script: |
+    set -x
   interruptible: true
   image:
     name: $VLC_ANDROID_IMAGE_40



More information about the Android mailing list