mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-05 20:35:44 +00:00
cirrus.yml: serialise make check
We do this on our other platforms to make it easier to see what has broken. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Li-Wen Hsu <lwhsu@FreeBSD.org> Message-Id: <20200612190237.30436-19-alex.bennee@linaro.org>
This commit is contained in:
parent
8cb14dbb8d
commit
7e1236148c
1 changed files with 3 additions and 3 deletions
|
@ -14,7 +14,7 @@ freebsd_12_task:
|
|||
- cd build
|
||||
- ../configure || { cat config.log; exit 1; }
|
||||
- gmake -j8
|
||||
- gmake -j8 V=1 check
|
||||
- gmake V=1 check
|
||||
|
||||
macos_task:
|
||||
osx_instance:
|
||||
|
@ -26,7 +26,7 @@ macos_task:
|
|||
- cd build
|
||||
- ../configure --python=/usr/local/bin/python3 || { cat config.log; exit 1; }
|
||||
- gmake -j$(sysctl -n hw.ncpu)
|
||||
- gmake check -j$(sysctl -n hw.ncpu)
|
||||
- gmake check
|
||||
|
||||
macos_xcode_task:
|
||||
osx_instance:
|
||||
|
@ -39,4 +39,4 @@ macos_xcode_task:
|
|||
- cd build
|
||||
- ../configure --cc=clang || { cat config.log; exit 1; }
|
||||
- gmake -j$(sysctl -n hw.ncpu)
|
||||
- gmake check -j$(sysctl -n hw.ncpu)
|
||||
- gmake check
|
||||
|
|
Loading…
Reference in a new issue