ci: Remove build directories

This commit is contained in:
Jakob Bornecrantz 2021-04-19 14:19:01 +01:00
parent c47775a95d
commit 7b7e66b2b0

View file

@ -163,6 +163,7 @@ format-and-spellcheck:
.monado.base-job.build-cmake:
stage: build
script:
- rm -rf build
- mkdir build
- pushd build
- cmake -GNinja .. $CMAKE_ARGS
@ -175,6 +176,7 @@ format-and-spellcheck:
.monado.base-job.build-meson:
stage: build
script:
- rm -rf build
- mkdir build
- pushd build
- meson .. $MESON_ARGS