[totem/wip/hadess/trim-plugin-decl] ci: Run meson under strace
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem/wip/hadess/trim-plugin-decl] ci: Run meson under strace
- Date: Thu, 6 Jan 2022 14:46:01 +0000 (UTC)
commit 1cb880bd58ef42b3b33488d7f4b85dd82b5916d7
Author: Bastien Nocera <hadess hadess net>
Date: Thu Jan 6 15:45:48 2022 +0100
ci: Run meson under strace
.gitlab-ci.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f4a6308f0..aa9cb8edb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -43,11 +43,11 @@ build-fedora:
image: fedora:rawhide
stage: test
before_script:
- - dnf install -y $FEDORA_DEPS
+ - dnf install -y $FEDORA_DEPS strace
# See https://bugzilla.redhat.com/show_bug.cgi?id=1896438
- dnf remove -y pylint
script:
- - meson _build -Dhelp=true -Denable-gtk-doc=true -Denable-easy-codec-installation=yes
-Denable-python=yes -Dprofile=default
+ - strace -o- -vvvv meson _build -Dhelp=true -Denable-gtk-doc=true -Denable-easy-codec-installation=yes
-Denable-python=yes -Dprofile=default
- G_MESSAGES_DEBUG=all xvfb-run -a -s "-screen 0 1024x768x24" ninja -C _build test
- ninja -C _build install
- G_MESSAGES_DEBUG=all xvfb-run -a -s "-screen 0 1024x768x24" ninja -C _build dist
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]