[Android] Init gradle in release CI builds

Geoffrey Métais git at videolan.org
Thu Apr 30 16:01:15 CEST 2020


vlc-android | branch: refs/tags/3.2.81 | Geoffrey Métais <geoffrey.metais at gmail.com> | Thu Apr 30 15:57:08 2020 +0200| [51e8958743d3f756bb75cef305f0b22459cfbf1e] | committer: Geoffrey Métais

Init gradle in release CI builds

> https://code.videolan.org/videolan/vlc-android/commit/51e8958743d3f756bb75cef305f0b22459cfbf1e
---

 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 3ce66e93c..8b5b0d8d1 100644
--- a/buildsystem/gitlab/.gitlab-ci.yml
+++ b/buildsystem/gitlab/.gitlab-ci.yml
@@ -185,6 +185,7 @@ release:
     except:
         - branches
     script:
+        - ./buildsystem/compile.sh --init
         - ./gradlew assembleRelease
     artifacts:
         name: "${CI_COMMIT_TAG}"



More information about the Android mailing list