[Android] ci: Fix vlc & medialibrary changes detection

Hugo Beauzée-Luyssen git at videolan.org
Fri Jun 7 12:36:52 CEST 2019


vlc-android | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Fri Jun  7 11:36:57 2019 +0200| [5eb63fb9644338a6b6e659d872911e4432cb0cb5] | committer: Hugo Beauzée-Luyssen

ci: Fix vlc & medialibrary changes detection

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

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ea4ae857c..7f3165121 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -24,7 +24,7 @@ cache:
             - master
             - merge_requests
         changes:
-            - libvlc/*
+            - libvlc/**/*
             - build-common
             - compile.sh
             - compile-libvlc.sh
@@ -42,7 +42,7 @@ cache:
             - master
             - merge_requests
         changes:
-            - medialibrary/*
+            - medialibrary/**/*
             - compile.sh
             - build-common
             - compile-libvlc.sh



More information about the Android mailing list