summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorJan Luebbe <jlu@pengutronix.de>2017-11-08 10:47:50 +0100
committerJan Luebbe <jlu@pengutronix.de>2017-11-08 11:45:52 +0100
commit264fb89bc4901614109c31ab3d9e9adb81346016 (patch)
tree55fd835a200b549b734a10439321e7e24919ea36 /.travis.yml
parent945a733e45a642e228fb3e000eb702fbff30491e (diff)
downloadgenimage-264fb89bc4901614109c31ab3d9e9adb81346016.tar.gz
genimage-264fb89bc4901614109c31ab3d9e9adb81346016.tar.xz
add travis integration
Signed-off-by: Jan Luebbe <jlu@pengutronix.de>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..acac9bf
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,11 @@
+language: c
+compiler: gcc
+dist: trusty
+addons:
+ apt:
+ packages:
+ - libconfuse-dev
+script:
+ - ./autogen.sh
+ - ./configure
+ - make distcheck