[gnome-build-meta/abderrahim/checksum-test] .gitlab-ci: sha256sums




commit b2e96f74232b5566cfd914a76027c05e122f784a
Author: Abderrahim Kitouni <akitouni gnome org>
Date:   Mon Feb 1 11:36:10 2021 +0100

    .gitlab-ci: sha256sums

 .gitlab-ci.yml | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c2a37bfb..195054ad 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -67,6 +67,9 @@ default:
 
   - ${BST} --max-jobs $(( $(nproc) / 4 )) -o arch "${ARCH}" build "${TARGETS[@]}"
 
+  - ${BST} -o arch "${ARCH}" checkout flatpak-runtimes.bst checkout-repo
+  - find checkout-repo -type f | xargs sha256sum > logs/sha256sums
+
   # Store artifacts so we can inspect build failures
   artifacts:
     when: always


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]