OSDN Git Service

travis: Initial import of travis instructions.
authorEric Anholt <eric@anholt.net>
Tue, 24 Nov 2015 00:25:29 +0000 (16:25 -0800)
committerEric Anholt <eric@anholt.net>
Tue, 1 Dec 2015 19:08:57 +0000 (11:08 -0800)
commit1c0ac1976ac7a87bfd2ade47f25047c31527f18a
tree2b6f74759653f57016cff83fae82ca70182925a9
parent4922a3ae522de31287808f22a8e3a1fcbb2d3dab
travis: Initial import of travis instructions.

This just builds/installs our dependencies, and runs "make check".  I'm
interested in integrating more tests into it, but this seems like a pretty
easy first start.

If your personal branches of Mesa are on github, you can enable it on your
account and the repository (see
https://docs.travis-ci.com/user/for-beginners), then any pushes you do
will get their HEAD commit tested, and any pull requests to your tree will
get their merge commits tested.
.travis.yml [new file with mode: 0644]