]> git.ipfire.org Git - thirdparty/lxc.git/commit
add travis-ci support to LXC github repo (v2)
authorS.Çağlar Onur <caglar@10ur.org>
Tue, 24 Dec 2013 19:04:10 +0000 (14:04 -0500)
committerStéphane Graber <stgraber@ubuntu.com>
Wed, 25 Dec 2013 16:06:48 +0000 (17:06 +0100)
commit1c1c60e4bae126db6738bb45e3e8d9d77f07f7e6
tree03b1a9646a9920cda3587dfcebccf093cfbd51aa
parent2da1f56ce304ad8dbd651d1305de9b6d58dd19db
add travis-ci support to LXC github repo (v2)

Travis is a free hosted CI platform for the open source community. It integrates
well with github and enables continous builds/tests for both repository itself
and all the pull requests so that one can quickly see the result of the possible
merge.

This yml file is one of the few required steps to enable travis-ci support for
LXC github repo. One of you guys still need to sign in travis-ci through GitHub OAuth
and enable travis support from its profile page https://travis-ci.org/profile

As an example https://travis-ci.org/caglar10ur/lxc-upstream/builds/15872074 can be seen

changes since v1;
 - All external dependencies are now innstalled via before_install section
 - Dropped all configure flags as Stéphane suggested

Signed-off-by: S.Çağlar Onur <caglar@10ur.org>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
.travis.yml [new file with mode: 0644]