Commit 40c4d680 authored by Olivier Crête's avatar Olivier Crête Committed by Olivier Crête

gitlab-ci: Run meson tests in debug setup

This setup stores more debug info
parent aaf66c0b
...@@ -176,7 +176,7 @@ test meson: ...@@ -176,7 +176,7 @@ test meson:
script: script:
- ifconfig - ifconfig
- source scl_source enable rh-python36 && true - source scl_source enable rh-python36 && true
- meson test -C build/ --print-errorlogs - meson test -C build/ --setup debug
artifacts: artifacts:
when: on_failure when: on_failure
paths: paths:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment