From 39bb4c5871eb27449f114182ec1adbc892234487 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 23 May 2022 21:25:44 +0200 Subject: [PATCH] .github/workflows/build.yml: build everything, not just unit tests --- .github/workflows/build.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 77a2f4f53..6a9dbabb2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -125,7 +125,16 @@ jobs: wavpack \ libmpdclient - - name: Meson Build + - name: Build + uses: BSFishy/meson-build@v1.0.3 + with: + action: build + directory: output + setup-options: -Ddocumentation=disabled -Dtest=true + options: --verbose + meson-version: 0.56.0 + + - name: Unit Tests uses: BSFishy/meson-build@v1.0.3 with: action: test