[Android] Make the CI compile the app without TV

Nicolas Pomepuy git at videolan.org
Thu Jun 13 13:13:23 UTC 2024


vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Wed Jun 12 12:41:20 2024 +0200| [0fa62c234321b27e68ecb44bf2712f93fc8ab86a] | committer: Nicolas Pomepuy

Make the CI compile the app without TV

> https://code.videolan.org/videolan/vlc-android/commit/0fa62c234321b27e68ecb44bf2712f93fc8ab86a
---

 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 66d8587df3..55b1bc8422 100644
--- a/buildsystem/gitlab/.gitlab-ci.yml
+++ b/buildsystem/gitlab/.gitlab-ci.yml
@@ -487,6 +487,7 @@ release:
         - ./buildsystem/compile.sh --init
         - ./gradlew assembleRelease
         - ./gradlew bundleRelease
+        - ./gradlew assembleNoTv
     artifacts:
         name: "${CI_COMMIT_TAG}"
         paths:



More information about the Android mailing list