Skip to content
Snippets Groups Projects
Commit b147b800 authored by Steve Lhomme's avatar Steve Lhomme
Browse files

CI: log the branch used to build in Debian job

So we can debug possible issue with branch checking between MRs, merged and
nightly builds.
parent f96b7f63
No related branches found
No related tags found
1 merge request!2715CI: log the branch used to build in Debian job
Pipeline #275031 canceled with stage
in 1 hour, 22 minutes, and 12 seconds
......@@ -233,6 +233,7 @@ debian:
name: $VLC_DEBIAN_IMAGE
script: |
export NCPU=$(getconf _NPROCESSORS_ONLN)
echo "Building branch '${CI_COMMIT_BRANCH}' (default: '${CI_DEFAULT_BRANCH}')"
# Build tools
( cd extras/tools && ./bootstrap && make -j$NCPU --output-sync=recurse )
......
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