mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-28 17:38:27 +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:
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue