Merge branch 'subprojects-update' into 'master'
ci: Limit depth of clone of subprojects See merge request pwithnall/malcontent!118
This commit is contained in:
commit
11f9288ef0
|
@ -2,7 +2,7 @@
|
|||
|
||||
set -e
|
||||
|
||||
git clone https://gitlab.freedesktop.org/pwithnall/malcontent.git
|
||||
git clone --depth 1 --no-tags https://gitlab.freedesktop.org/pwithnall/malcontent.git
|
||||
meson subprojects download --sourcedir malcontent
|
||||
rm malcontent/subprojects/*.wrap
|
||||
mv malcontent/subprojects/ .
|
||||
|
|
Loading…
Reference in New Issue