display meson error logs
This commit is contained in:
parent
ecba43c21c
commit
dab51ef92f
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user