Signed-off-by: Uri Lublin <uril@xxxxxxxxxx> --- .gitlab-ci.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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 -- 2.20.1 _______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/spice-devel