From 5a64488cffee84b817bc1642aab0ee74e87d6bf1 Mon Sep 17 00:00:00 2001 From: Hanspeter Portner Date: Fri, 3 Nov 2023 08:53:16 +0100 Subject: [PATCH] ci: update to alpine 3.18, add sign step --- .builds/alpine-latest.yml | 14 ++++++++++++-- meson_options.txt | 2 +- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/.builds/alpine-latest.yml b/.builds/alpine-latest.yml index b07f370..23d0f7d 100644 --- a/.builds/alpine-latest.yml +++ b/.builds/alpine-latest.yml @@ -6,8 +6,8 @@ image: alpine/latest packages: - - clang15-analyzer - - llvm15 + - clang16-analyzer + - llvm16 - reuse - meson - git-subtree @@ -29,6 +29,7 @@ secrets: - 0545580c-42ac-4700-b322-4e9df924eb07 # runner-ssh - 5fe806cd-3af4-4588-9898-8115d9262144 # hut-config - d6d10b2a-542a-4b45-b1be-6ef30a8ab558 # git-config + - 3de1773e-3503-46f5-8ab4-5212026517f4 # pgp-key sources: - https://git.open-music-kontrollers.ch/~hp/ci @@ -60,6 +61,15 @@ tasks: ci-meson analyzer build ci-meson analyzer test + - sign: | + . ~/ci/activate + + if ! ci-istag; then + complete-build + fi + + ci-archivesign + - deploy: | . ~/ci/activate diff --git a/meson_options.txt b/meson_options.txt index 8e39ab5..97411ff 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -10,4 +10,4 @@ option('build-examples', value : false, yield : true) -option('version', type : 'string', value : '0.2.0') +option('version', type : 'string', value : '0.3.1') -- 2.38.5