Commit e1072b93 authored by Andrey Vagin's avatar Andrey Vagin Committed by Pavel Emelyanov

travis: add compilation of tests

Signed-off-by: 's avatarAndrey Vagin <avagin@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 2b5d0681
...@@ -13,7 +13,7 @@ HOST_DEPENDENCIES="debootstrap qemu-user-static binfmt-support sbuild" ...@@ -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" GUEST_DEPENDENCIES="build-essential git m4 sudo python protobuf-c-compiler libprotobuf-c0-dev gcc make bsdmainutils bash"
# Command used to run the tests # 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 { function setup_arm_chroot {
# Host dependencies # Host dependencies
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment