[vlc-commits] [Git][videolan/vlc][master] ci: rebuild contribs when the extras/package content changes

Jean-Baptiste Kempf (@jbk) gitlab at videolan.org
Sun Oct 1 11:24:41 UTC 2023



Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC


Commits:
9d458af1 by Steve Lhomme at 2023-10-01T10:40:34+00:00
ci: rebuild contribs when the extras/package content changes

If the makefile changes, enables/disables things, we should rebuild the contribs.

- - - - -


2 changed files:

- extras/ci/get-contrib-sha.sh
- extras/ci/gitlab-ci.yml


Changes:

=====================================
extras/ci/get-contrib-sha.sh
=====================================
@@ -7,7 +7,7 @@
 set -e
 
 # Array of paths that should trigger contrib rebuilds
-VLC_CONTRIB_REBUILD_PATHS=("extras/tools" "contrib" "extras/ci")
+VLC_CONTRIB_REBUILD_PATHS=("extras/tools" "contrib" "extras/ci" "extras/package")
 # Revision from which to start look for changes (backwards in time)
 VLC_START_REVISION="HEAD"
 


=====================================
extras/ci/gitlab-ci.yml
=====================================
@@ -264,6 +264,8 @@ debian-contrib:
         - contrib/*
         - extras/tools/*
         - extras/ci/*
+        - extras/package/**/*
+        - extras/package/*
     script: |
         export NCPU=$(getconf _NPROCESSORS_ONLN)
         echo "Building branch '${CI_COMMIT_BRANCH}' (default: '${CI_DEFAULT_BRANCH}')"



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/9d458af161b0be7888856a594cdc4a77500fb172

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/9d458af161b0be7888856a594cdc4a77500fb172
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the vlc-commits mailing list