gitlab CI: debug the meson_build script

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2021-07-28 12:39:57 +10:00
parent 047557b7f0
commit 79707b91c7

View file

@ -1,5 +1,6 @@
#!/usr/bin/env bash
set -x
if [[ -f .meson_environment ]]; then
. .meson_environment
fi