third_party_libnl/.travis.yml
Thomas Graf 03f3f3c4c0 build: Add continuous integration support via travis-ci
This allows any libnl github repo to link to travis-ci which
will result in new commits and pull requests to be automatically
built with both gcc and clang. Any build failures including the
addition of warnings are reported to the author and committer.

Signed-off-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: Thomas Haller <thaller@redhat.com>
2014-08-26 12:41:38 +02:00

9 lines
83 B
YAML

language: c
compiler:
- gcc
- clang
before_install:
script: ./.travis/run.sh