.gitlab-ci.yml: Fix meson test logs not being saved as arifacts
Save all files in meson-logs, so we're not caught out when file names change again.
This commit is contained in:
parent
7503950a38
commit
c2eaa42340
1 changed files with 2 additions and 4 deletions
|
|
@ -58,8 +58,7 @@ fedora:
|
|||
artifacts:
|
||||
when: 'always'
|
||||
paths:
|
||||
- '$BUILD_DIR/meson-logs/meson-log.txt'
|
||||
- '$BUILD_DIR/meson-logs/testlog.txt'
|
||||
- '$BUILD_DIR/meson-logs'
|
||||
expire_in: 2 days
|
||||
|
||||
ubuntu:
|
||||
|
|
@ -78,8 +77,7 @@ ubuntu:
|
|||
artifacts:
|
||||
when: 'always'
|
||||
paths:
|
||||
- '$BUILD_DIR/meson-logs/meson-log.txt'
|
||||
- '$BUILD_DIR/meson-logs/testlog.txt'
|
||||
- '$BUILD_DIR/meson-logs'
|
||||
expire_in: 2 days
|
||||
|
||||
flatpak:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue