summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorBernd Zeimetz <bernd@bzed.de>2017-01-22 13:47:46 +0100
committerBernd Zeimetz <bernd@bzed.de>2017-01-22 13:47:46 +0100
commitf9b3af2b84f9591c3ef3d5703c12b3b9f96e9502 (patch)
tree09c2ab7fafd234183872ed3e0cd0cce4f13ed438 /.travis.yml
parentb6f7daade9563dc009d2e61816bd69538d845b49 (diff)
downloadgpsd-f9b3af2b84f9591c3ef3d5703c12b3b9f96e9502.tar.gz
Add first versions of travis yml/build files.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 00000000..b14f6881
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,12 @@
+sudo: required
+language: generic
+
+env:
+ - TRAVIS_DEBIAN_BUILD_DEPENDENCIES=build-essential debhelper po-debconf python-all-dev python-all-dbg xsltproc docbook-xsl docbook-xml libncurses-dev libusb-1.0-0-dev libdbus-1-dev libglib2.0-dev libdbus-glib-1-dev makedev libbluetooth-dev libqt4-dev lsb-release bc dpkg-dev scons chrpath dh-buildinfo pps-tools dh-systemd
+ - TRAVIS_DEBIAN_BUILD_COMMAND=/bin/bash .travis.build
+
+services:
+ - docker
+
+script:
+ - wget -O- http://build-in-debian.bzed.at/script.sh | sh -