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:
|
||||
paths:
|
||||
- _build
|
||||
expire_in: 3h
|
||||
script:
|
||||
- meson . _build/ -Ddepdatadir=/usr/share
|
||||
- ninja -C _build install
|
||||
|
||||
Reference in New Issue
Block a user