[Spice-commits] 2 commits - .gitlab-ci.yml subprojects/spice-common
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Wed Apr 24 07:15:46 UTC 2019
.gitlab-ci.yml | 7 +++++--
subprojects/spice-common | 2 +-
2 files changed, 6 insertions(+), 3 deletions(-)
New commits:
commit a361c4557b52f8b57d9bbfb92c6a779dbcdb9647
Author: Uri Lublin <uril at redhat.com>
Date: Tue Apr 23 18:24:57 2019 +0300
gitlab-ci: build out-of-tree too
Signed-off-by: Uri Lublin <uril at redhat.com>
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index adf53e1..dbfb7ad 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -30,10 +30,13 @@ fedora-autotools:
- (cd spice-protocol && ./autogen.sh --prefix=/usr && make install)
script:
- # Run with default options
- - ./autogen.sh --enable-static
+ # Run with default options + out-of-tree
+ - mkdir build
+ - cd build
+ - ../autogen.sh --enable-static
- make -j4
- make check
+ - cd ..
# Run without features
- git clean -xfd
- ./autogen.sh --enable-static
commit 8df8452a4342911e92ee1871372c44809ac591c6
Author: Uri Lublin <uril at redhat.com>
Date: Tue Apr 23 18:24:56 2019 +0300
spice-common: update submodule
Fix out-of-tree builds.
Uri Lublin (1):
codegen Makefile: add common/ to --include client_marshallers.h
diff --git a/subprojects/spice-common b/subprojects/spice-common
index 47ba8e0..5bcfa71 160000
--- a/subprojects/spice-common
+++ b/subprojects/spice-common
@@ -1 +1 @@
-Subproject commit 47ba8e0f25ddba110fe77ba55ad5da570f4582bd
+Subproject commit 5bcfa711d90839c7c4c50310db67f0d5912a3824
More information about the Spice-commits
mailing list