[vlc-commits] [Git][videolan/vlc][master] CI: log the branch used to build in Debian job
Steve Lhomme (@robUx4)
gitlab at videolan.org
Fri Oct 21 10:06:54 UTC 2022
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
b147b800 by Steve Lhomme at 2022-10-21T08:16:53+00:00
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.
- - - - -
1 changed file:
- extras/ci/gitlab-ci.yml
Changes:
=====================================
extras/ci/gitlab-ci.yml
=====================================
@@ -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 )
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/b147b80049f2170206d87fce4b76776614412faf
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/b147b80049f2170206d87fce4b76776614412faf
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