mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-01-14 03:35:52 +00:00
ci: Do not deep clone spice-protocol repository
Same some network traffic, we don't need to clone entire git repository history. Signed-off-by: Frediano Ziglio <freddy77@gmail.com>
This commit is contained in:
parent
b21dc45a00
commit
8f315a45e6
@ -11,7 +11,7 @@ before_script:
|
||||
dconf gcc-c++ autoconf-archive
|
||||
-y
|
||||
- &protocol >
|
||||
git clone ${CI_REPOSITORY_URL/spice.git/spice-protocol.git} &&
|
||||
git clone --depth=1 ${CI_REPOSITORY_URL/spice.git/spice-protocol.git} &&
|
||||
meson setup --buildtype=release spice-protocol build-spice-protocol --prefix=/usr --werror &&
|
||||
ninja -C build-spice-protocol install &&
|
||||
rm -rf build-spice-protocol
|
||||
|
||||
Loading…
Reference in New Issue
Block a user