[Android] ci: Don't rebuild libvlc if medialibrary will also be built

Hugo Beauzée-Luyssen git at videolan.org
Wed Nov 27 12:28:49 CET 2019


vlc-android | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Wed Nov 27 11:57:42 2019 +0100| [faea3dbbbf1a5c53322e4a89436c708879496e82] | committer: Hugo Beauzée-Luyssen

ci: Don't rebuild libvlc if medialibrary will also be built

Since the medialibrary config also build libvlc, there is no need to
waste 4 jobs to check that libvlc still builds before checking that
again while building medialibrary

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

 .gitlab-ci.yml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b880bec5f..a1a26eea4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -24,10 +24,9 @@ cache:
             - master
             - merge_requests
         changes:
+            # For build script, we rely on the .build-ml-base config
+            # which will also build libvlc
             - libvlc/**/*
-            - build-common
-            - compile.sh
-            - compile-libvlc.sh
     except:
         - schedules
     variables:



More information about the Android mailing list