[Spice-commits] .gitlab-ci.yml
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Thu Apr 25 14:58:29 UTC 2019
.gitlab-ci.yml | 1 +
1 file changed, 1 insertion(+)
New commits:
commit af0c8434b6e4e8d5a1a9a19b30ae6bb6db001f68
Author: Frediano Ziglio <fziglio at redhat.com>
Date: Tue Apr 23 10:21:33 2019 +0100
ci: Better clean between builds
Clean all git modules, not only the main one.
Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
Acked-by: Christophe de Dinechin <dinechin at redhat.com>
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index dbfb7ad..26c6f54 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -39,6 +39,7 @@ fedora-autotools:
- cd ..
# Run without features
- git clean -xfd
+ - git submodule foreach --recursive git clean -xfd
- ./autogen.sh --enable-static
--enable-lz4=no
--enable-webdav=no
More information about the Spice-commits
mailing list