.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:
Michael Gratton 2020-08-28 18:37:03 +10:00 committed by Cédric Bellegarde
parent 7503950a38
commit c2eaa42340

View file

@ -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: