gitlab-ci: Make shallow clones of git trees we'll be nuking at the end.
We only check out master, and delete .git when we're done, so save the bandwidth. Signed-off-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
parent
0dc271690b
commit
2a2f0ac3a9
|
@ -15,9 +15,9 @@ apt-get build-dep -y xorg-server
|
||||||
|
|
||||||
cd /root
|
cd /root
|
||||||
|
|
||||||
git clone https://gitlab.freedesktop.org/mesa/piglit.git
|
git clone https://gitlab.freedesktop.org/mesa/piglit.git --depth 1
|
||||||
|
|
||||||
git clone https://gitlab.freedesktop.org/xorg/test/xts
|
git clone https://gitlab.freedesktop.org/xorg/test/xts --depth 1
|
||||||
cd xts
|
cd xts
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
xvfb-run make -j$(nproc)
|
xvfb-run make -j$(nproc)
|
||||||
|
|
Loading…
Reference in New Issue