From: Thomas Weißschuh Date: Sun, 12 Apr 2026 06:26:24 +0000 (+0200) Subject: ci: run CHECK phase for meson X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7e2100072a6cd90b6359d54912c28a5ca8d87b7b;p=thirdparty%2Futil-linux.git ci: run CHECK phase for meson Make sure that the code also works when built with meson. Signed-off-by: Thomas Weißschuh --- diff --git a/.github/workflows/cibuild.yml b/.github/workflows/cibuild.yml index d320f79e2..73c2edeb8 100644 --- a/.github/workflows/cibuild.yml +++ b/.github/workflows/cibuild.yml @@ -96,6 +96,8 @@ jobs: run: .github/workflows/cibuild.sh MESONCONF - name: Meson build run: .github/workflows/cibuild.sh MESONBUILD + - name: Check + run: .github/workflows/cibuild.sh CHECK distcheck: needs: build