From 81aedc608d17bff3f1d11000bcfaad582335e6bf Mon Sep 17 00:00:00 2001 From: penguin Date: Fri, 12 Dec 2025 13:32:00 -0600 Subject: [PATCH] infra: actions: set build job to only build --- .gitea/workflows/gentoo-utils.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/gentoo-utils.yml b/.gitea/workflows/gentoo-utils.yml index e6bba63..b72d89e 100644 --- a/.gitea/workflows/gentoo-utils.yml +++ b/.gitea/workflows/gentoo-utils.yml @@ -73,4 +73,6 @@ jobs: uses: actions/checkout@v5 - name: build and check - run: ./check.sh + run: | + meson setup -Dfuzz=enabled -Dtests=enabled -Dbuildtype=debugoptimized -Ddocs=enabled build + meson compile -C build