[CRIU] [PATCH] travis: add compilation of tests
Andrey Vagin
avagin at openvz.org
Tue Oct 14 01:44:34 PDT 2014
Signed-off-by: Andrey Vagin <avagin at openvz.org>
---
scripts/travis-ci.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/travis-ci.sh b/scripts/travis-ci.sh
index 4ce90bf..853eb82 100755
--- a/scripts/travis-ci.sh
+++ b/scripts/travis-ci.sh
@@ -13,7 +13,7 @@ HOST_DEPENDENCIES="debootstrap qemu-user-static binfmt-support sbuild"
GUEST_DEPENDENCIES="build-essential git m4 sudo python protobuf-c-compiler libprotobuf-c0-dev gcc make bsdmainutils bash"
# Command used to run the tests
-TEST_COMMAND="make -j 2"
+TEST_COMMAND="make -j 4 && make -j 4 -C test/zdtm"
function setup_arm_chroot {
# Host dependencies
--
1.9.3
More information about the CRIU
mailing list