Add meson log to artifacts
This commit is contained in:
parent
85ab0307d7
commit
f9d8beef45
1 changed files with 4 additions and 0 deletions
|
@ -16,6 +16,10 @@ default:
|
||||||
python
|
python
|
||||||
fakeroot fakechroot
|
fakeroot fakechroot
|
||||||
meson
|
meson
|
||||||
|
artifacts:
|
||||||
|
when: always
|
||||||
|
paths:
|
||||||
|
- build/meson-logs/meson-log.txt
|
||||||
|
|
||||||
arch:
|
arch:
|
||||||
extends: .arch-test
|
extends: .arch-test
|
||||||
|
|
Loading…
Add table
Reference in a new issue