mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
ci: Run 'make distcheck' on FreeBSD
The Cirrus CI integration was modeled after the Travis CI jobs,
but those were limited to macOS where the test suite is currently
still broken. FreeBSD can run the full distcheck just fine, so
let's do that.
Fixes: 6190c14151
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
6c7ba7b496
commit
a167e95d17
@ -21,6 +21,5 @@ build_task:
|
||||
- mkdir build
|
||||
- cd build
|
||||
- ../autogen.sh --prefix=$(pwd)/install-root
|
||||
- $MAKE -j3
|
||||
- $MAKE -j3 install
|
||||
- $MAKE -j3 dist
|
||||
- if test "$(uname)" = "FreeBSD"; then $MAKE -j3 distcheck; fi
|
||||
- if test "$(uname)" = "Darwin"; then $MAKE -j3 && $MAKE -j3 install && $MAKE -j3 dist; fi
|
||||
|
Loading…
Reference in New Issue
Block a user