From b2dbcd49ba01c4362ce7e9d35b75c2fa96e412df Mon Sep 17 00:00:00 2001 From: Kieron Morris Date: Mon, 5 Jul 2021 16:45:43 +0100 Subject: [PATCH] Generate ISO checksum badge. --- .gitlab-ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4a2be09b..c7f0c1f6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -67,6 +67,15 @@ isogen: needs: - link +isosum: + stage: Generate ISO + script: + - chmod +x ./compile_sumgen.sh + - ./compile_sumgen.sh + artifacts: + paths: + - release/checksum.svg + sourcelist: stage: Generate Sources List script: