mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-02-13 09:10:33 +00:00
ci: Remove build directories
This commit is contained in:
parent
c47775a95d
commit
7b7e66b2b0
|
@ -163,6 +163,7 @@ format-and-spellcheck:
|
||||||
.monado.base-job.build-cmake:
|
.monado.base-job.build-cmake:
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
|
- rm -rf build
|
||||||
- mkdir build
|
- mkdir build
|
||||||
- pushd build
|
- pushd build
|
||||||
- cmake -GNinja .. $CMAKE_ARGS
|
- cmake -GNinja .. $CMAKE_ARGS
|
||||||
|
@ -175,6 +176,7 @@ format-and-spellcheck:
|
||||||
.monado.base-job.build-meson:
|
.monado.base-job.build-meson:
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
|
- rm -rf build
|
||||||
- mkdir build
|
- mkdir build
|
||||||
- pushd build
|
- pushd build
|
||||||
- meson .. $MESON_ARGS
|
- meson .. $MESON_ARGS
|
||||||
|
|
Loading…
Reference in a new issue