ci: Delete large debug build directory early
There's no need to keep it for a long time, as its only purpose is to feed the test stage
This commit is contained in:
@ -22,6 +22,7 @@ build_meson:
|
|||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- _build
|
- _build
|
||||||
|
expire_in: 3h
|
||||||
script:
|
script:
|
||||||
- meson . _build/ -Ddepdatadir=/usr/share
|
- meson . _build/ -Ddepdatadir=/usr/share
|
||||||
- ninja -C _build install
|
- ninja -C _build install
|
||||||
|
|||||||
Reference in New Issue
Block a user