[vlc-devel] [PATCH] CI: Rebuild prebuilt contribs when changing CI scripts
Marvin Scholz
epirat07 at gmail.com
Mon Dec 9 13:10:58 CET 2019
---
extras/ci/get-contrib-sha.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/extras/ci/get-contrib-sha.sh b/extras/ci/get-contrib-sha.sh
index cfa185ba03..640aa74563 100755
--- a/extras/ci/get-contrib-sha.sh
+++ b/extras/ci/get-contrib-sha.sh
@@ -6,8 +6,8 @@
# Get latest SHA that changed contribs (needed for CI)
set -e
-# Array of paths that trigger contrib rebuilds in Gitlab CI
-VLC_CONTRIB_REBUILD_PATHS=("extras/tools" "contrib")
+# Array of paths that should trigger contrib rebuilds
+VLC_CONTRIB_REBUILD_PATHS=("extras/tools" "contrib" "extras/ci")
# Revision from which to start look for changes (backwards in time)
VLC_START_REVISION="HEAD"
--
2.20.1 (Apple Git-117)
More information about the vlc-devel
mailing list