Skip to content
Snippets Groups Projects
Commit 5d5282c2 authored by Marvin Scholz's avatar Marvin Scholz Committed by Jean-Baptiste Kempf
Browse files

CI: verify and add SHA512SUM to contribs

The SHA512SUM will be used on artifacts.v.o to verify that
the uploaded file did not get corrupted.
parent f4eab27d
No related branches found
No related tags found
1 merge request!519CI: add SHA512SUM to contribs
Pipeline #142446 passed with stage
in 58 minutes and 53 seconds
......@@ -10,6 +10,7 @@ default:
after_script:
- export VLC_CONTRIB_SHA="$(extras/ci/get-contrib-sha.sh)"
- mv contrib/vlc-contrib-*.tar.bz2 contrib/vlc-contrib-${TRIPLET}-${VLC_CONTRIB_SHA}.tar.bz2 2>/dev/null || true
- cd contrib && find . -maxdepth 1 -type f -name "vlc-contrib-*-${VLC_CONTRIB_SHA}.tar.bz2" -exec sh -c 'tar tvf "$0" && shasum -a 512 "$0" | tee SHA512SUM' "{}" \;
variables:
VLC_WIN32_IMAGE: registry.videolan.org/vlc-debian-win32:20201106141924
......@@ -120,6 +121,7 @@ variables:
artifacts:
paths:
- contrib/vlc-contrib-${TRIPLET}-*.tar.bz2
- contrib/SHA512SUM
# Common rules for jobs using docker
.docker-template:
......
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