summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2020-02-05 20:38:32 -0500
committerOlivier CrĂȘte <olivier.crete@ocrete.ca>2020-02-06 22:03:50 +0000
commit40c4d6805bea641c315d8060cf02a1fac1cb6141 (patch)
tree37d10c69f0a342f0e9412e240ccc396fc7f210eb /.gitlab-ci.yml
parentaaf66c0b2e3be15d2cfd03cc7cf0ff6461b109ca (diff)
gitlab-ci: Run meson tests in debug setup
This setup stores more debug info
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1b000fa..8f5887e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -176,7 +176,7 @@ test meson:
script:
- ifconfig
- source scl_source enable rh-python36 && true
- - meson test -C build/ --print-errorlogs
+ - meson test -C build/ --setup debug
artifacts:
when: on_failure
paths: