diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2021-07-28 12:39:57 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2021-07-28 12:50:11 +1000 |
commit | 79707b91c758cd24e3e7c01b007cf6f608cadd72 (patch) | |
tree | 4676b0aab8fb23cc75ed3cf195f6013f38edf10a | |
parent | 047557b7f0981d2d8c388e0189f2c251d46034d6 (diff) | |
download | libinput-79707b91c758cd24e3e7c01b007cf6f608cadd72.tar.gz |
gitlab CI: debug the meson_build script
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rwxr-xr-x | .gitlab-ci/meson-build.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci/meson-build.sh b/.gitlab-ci/meson-build.sh index 41bd8394..c2ca0a1e 100755 --- a/.gitlab-ci/meson-build.sh +++ b/.gitlab-ci/meson-build.sh @@ -1,5 +1,6 @@ #!/usr/bin/env bash +set -x if [[ -f .meson_environment ]]; then . .meson_environment fi |