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:
Dorota Czaplejewicz
2019-10-24 20:28:35 +00:00
parent 788a39f144
commit dde659dbd3

View File

@ -22,6 +22,7 @@ build_meson:
artifacts:
paths:
- _build
expire_in: 3h
script:
- meson . _build/ -Ddepdatadir=/usr/share
- ninja -C _build install