[Android] CI: continuous-builds: Monitor all folders except libvlc/medialibrary

Hugo Beauzée-Luyssen git at videolan.org
Tue Jan 7 10:44:29 CET 2020


vlc-android | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Tue Jan  7 10:13:20 2020 +0100| [bf2f37081d9fe2c0709d247a0cdbe186b5243b4c] | committer: Hugo Beauzée-Luyssen

CI: continuous-builds: Monitor all folders except libvlc/medialibrary

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

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

diff --git a/buildsystem/gitlab/.gitlab-ci.yml b/buildsystem/gitlab/.gitlab-ci.yml
index 66693bbbe..730b3f05f 100644
--- a/buildsystem/gitlab/.gitlab-ci.yml
+++ b/buildsystem/gitlab/.gitlab-ci.yml
@@ -59,9 +59,8 @@ continuous-app-build:
             - master
             - merge_requests
         changes:
-            - vlc-android/**/*
-            - resources/assets/**/*
-            - ./buildsystem/gitlab/.gitlab-ci.yml
+            - "**/*"
+            - buildsystem/gitlab/.gitlab-ci.yml
     except:
         refs:
             - schedules



More information about the Android mailing list