Skip to content
Snippets Groups Projects
Commit 9d458af1 authored by Steve Lhomme's avatar Steve Lhomme Committed by Rémi Denis-Courmont
Browse files

ci: rebuild contribs when the extras/package content changes

If the makefile changes, enables/disables things, we should rebuild the contribs.
parent a6caa96f
No related branches found
No related tags found
1 merge request!4304ci: rebuild contribs when the extras/package content changes
Pipeline #390535 passed with warnings with stage
in 54 minutes and 41 seconds
......@@ -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"
......
......@@ -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}')"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment