From 97ca85e1559c6fcf8f005ec9d3620b9e30980019 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 23 May 2022 21:31:48 +0200 Subject: [PATCH] .github/workflows/build.yml: verbose build (Linux) --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6a9dbabb2..3b71cd704 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -79,6 +79,7 @@ jobs: action: test directory: output/full setup-options: -Ddocumentation=disabled -Dtest=true -Dsystemd=enabled -Dpcre=enabled + options: --verbose meson-version: 0.56.0 - name: Mini Build @@ -87,6 +88,7 @@ jobs: action: test directory: output/mini setup-options: -Dbuildtype=minsize -Dauto_features=disabled -Dtest=true -Ddaemon=false -Dinotify=false -Depoll=false -Deventfd=false -Dsignalfd=false -Dtcp=false -Ddsd=false -Ddatabase=false -Dneighbor=false -Dcue=false -Dfifo=false -Dhttpd=false -Dpipe=false -Drecorder=false -Dsnapcast=false + options: --verbose meson-version: 0.56.0 build-macos: