From 03f3f3c4c0f0a6136a3c30a1e554a53c0a6f3a06 Mon Sep 17 00:00:00 2001 From: Thomas Graf Date: Tue, 26 Aug 2014 02:08:21 +0200 Subject: 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 Signed-off-by: Thomas Haller --- .travis.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .travis.yml (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..efc8ae5a --- /dev/null +++ b/.travis.yml @@ -0,0 +1,8 @@ +language: c +compiler: + - gcc + - clang + +before_install: + +script: ./.travis/run.sh -- cgit v1.2.3