]> git.ipfire.org Git - thirdparty/systemd.git/commit
travis: Add a travis.yml for doing CI after commits
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>
Tue, 9 Jul 2013 16:09:08 +0000 (18:09 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 15 Jul 2013 21:55:27 +0000 (23:55 +0200)
commit36398225b44367c89f11f42810e4f79652b09a09
tree6a6ff0c6408bcc53a00925c7eb60b5287264069a
parentb4ecc959733d9d258d8ed0e8179368ee844a5578
travis: Add a travis.yml for doing CI after commits

Instruct travis-ci to build systemd and create a tarball. In case
of an error travis-ci will complain on IRC. The systemd testsuite
currently requires the host to have a recent version of systemd
installed and running. This is not the case for the Ubuntu VM of
travis-ci. This means make check and make distcheck will result in
a build failure and to avoid this these commands are not executed.

This requires a one time configuration on travis-ci for the repo
on github by the owner of the repo.
.travis.yml [new file with mode: 0644]