mirror of
https://gitlab.freedesktop.org/upower/power-profiles-daemon.git
synced 2026-05-07 13:08:07 +02:00
ci: Print error logs on failures
Artifacts are fine but this is more convenient to inspect on immediate failures.
This commit is contained in:
parent
bf29037cc5
commit
72d62e1ae4
1 changed files with 2 additions and 2 deletions
|
|
@ -32,8 +32,8 @@ build_stable:
|
|||
script:
|
||||
- meson setup -Dgtk_doc=true -Dpylint=true -Dtests=true _build
|
||||
- meson install -C _build
|
||||
- ninja -C _build uninstall -v
|
||||
- env TMPDIR=$(pwd)/tmpdir meson test -C _build
|
||||
- ninja -C uninstall _build -v
|
||||
- env TMPDIR=$(pwd)/tmpdir meson test -C _build --print-errorlogs
|
||||
- .ci/fail_skipped_tests.py _build/meson-logs/testlog.junit.xml
|
||||
- TMPDIR=$(pwd)/tmpdir ninja -v -C _build dist
|
||||
artifacts:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue