From fc46fa2526cf590ecace47c5fca7b414d4f6a1a8 Mon Sep 17 00:00:00 2001 From: "builds.sr.ht" Date: Fri, 3 Nov 2023 16:36:15 +0000 Subject: [PATCH] Squashed 'subprojects/varchunk/' changes from 3d8d747..a344f02 a344f02 release-0.4.0 d771dbd Update secrets in ci recipe, add archive sign step git-subtree-dir: subprojects/varchunk git-subtree-split: a344f0297b3e2ad80a7fe552ade8c1548a4db6c4 --- .builds/alpine-latest.yml | 19 +++++++++++++++---- meson_options.txt | 2 +- 2 files changed, 16 insertions(+), 5 deletions(-) diff --git a/.builds/alpine-latest.yml b/.builds/alpine-latest.yml index 38c4557..5b3e200 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 @@ -19,8 +19,10 @@ environment: project: varchunk secrets: - - 0545580c-42ac-4700-b322-4e9df924eb07 - - 5fe806cd-3af4-4588-9898-8115d9262144 + - 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 @@ -49,6 +51,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 e9dd670..9d4b01d 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -5,4 +5,4 @@ option('build-tests', type : 'boolean', value : true) -option('version', type : 'string', value : '0.2.2') +option('version', type : 'string', value : '0.4.0') -- 2.38.5