mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-04 09:53:25 +00:00
gitlab-ci: generate SHA* checksums for generated Windows installers.
This commit is contained in:
parent
b824abc113
commit
de9a171a19
1 changed files with 4 additions and 0 deletions
|
@ -690,6 +690,10 @@ win-installer-nightly:
|
||||||
script:
|
script:
|
||||||
- C:\msys64\usr\bin\pacman --noconfirm -Syyuu
|
- C:\msys64\usr\bin\pacman --noconfirm -Syyuu
|
||||||
- C:\msys64\usr\bin\bash -lc "bash -x ./build/windows/gitlab-ci/installer-gimp-msys2.sh > installer.log 2>&1"
|
- C:\msys64\usr\bin\bash -lc "bash -x ./build/windows/gitlab-ci/installer-gimp-msys2.sh > installer.log 2>&1"
|
||||||
|
- cd build/windows/installer/_Output
|
||||||
|
- FILENAME=`ls gimp-*.exe` &&
|
||||||
|
sha256sum gimp-*.exe > ${FILENAME}.SHA256SUMS &&
|
||||||
|
sha512sum gimp-*.exe > ${FILENAME}.SHA512SUMS
|
||||||
needs: ["packaging-win32-native", "packaging-win64-native"]
|
needs: ["packaging-win32-native", "packaging-win64-native"]
|
||||||
|
|
||||||
sources:
|
sources:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue