mirror of
https://gitlab.freedesktop.org/wayland/wayland-protocols.git
synced 2025-12-20 07:00:08 +01:00
ci: add meson-logs artifacts
Makes it easier to investigate CI failures. Signed-off-by: Simon Ser <contact@emersion.fr>
This commit is contained in:
parent
d324986823
commit
4cc189f2a0
1 changed files with 5 additions and 0 deletions
|
|
@ -52,3 +52,8 @@ test-meson:
|
|||
- ninja -C build
|
||||
- meson test -C build
|
||||
- ninja -C build install
|
||||
artifacts:
|
||||
name: wayland-protocols-$CI_COMMIT_SHA
|
||||
when: always
|
||||
paths:
|
||||
- $CI_PROJECT_DIR/build/meson-logs
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue