Skip to content

Commit 9e890e4

Browse files
committed
gitlab ci: log source package checksums
Record the SHA-2 checksum of packages generated by `make dist` when building them in gitlab's continuous integration system, for easier verification and comparision later.
1 parent 11355ab commit 9e890e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ autotools-gcc:
2424
- ./configure ${CONFIG_FLAGS} || cat config.log
2525
- make
2626
- make distcheck
27+
- sha256sum libogg-*.tar.* libogg-*.zip
2728
variables:
2829
INSTALL_EXTRA: cmake
2930
artifacts:

0 commit comments

Comments
 (0)