ci: Clean up Wayland build directory
We don't need to keep it around. Signed-off-by: Daniel Stone <daniels@collabora.com>
This commit is contained in:
parent
e9a0c0648b
commit
430378edd3
|
@ -101,6 +101,7 @@ mkdir build
|
||||||
meson build -Ddocumentation=false
|
meson build -Ddocumentation=false
|
||||||
ninja ${NINJAFLAGS} -C build install
|
ninja ${NINJAFLAGS} -C build install
|
||||||
cd ..
|
cd ..
|
||||||
|
rm -rf wayland
|
||||||
|
|
||||||
# Keep this version in sync with our dependency in meson.build. If you wish to
|
# Keep this version in sync with our dependency in meson.build. If you wish to
|
||||||
# raise a MR against custom protocol, please change this reference to clone
|
# raise a MR against custom protocol, please change this reference to clone
|
||||||
|
|
Loading…
Reference in New Issue