From dab51ef92fb4c261cb6efa28f025231e2f6c1567 Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Fri, 18 Feb 2022 10:22:07 +0000 Subject: [PATCH] display meson error logs --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e266819b..b7847532 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -121,7 +121,8 @@ jobs: - name: Configure libvips run: - meson setup build -Ddebug=true -Ddeprecated=false + meson setup build -Ddebug=true -Ddeprecated=false || + (cat build/meson-logs/meson-log.txt && exit 1) - name: Build libvips run: cd build && ninja