Signed-off-by: Bernhard Nortmann <bernhard.nortm...@web.de>
---
 .travis.yml | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)
 create mode 100644 .travis.yml

diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..d276863
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,26 @@
+# use container-based infrastructure
+sudo: false
+
+language: c
+
+os:
+  - linux
+  - osx
+
+# take care of the libusb dependency for Linux
+addons:
+  apt:
+    packages:
+    - libusb-1.0-0-dev
+
+# take care of the libusb dependency for Mac OS X
+before_install:
+  - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
+      brew update;
+      brew install libusb;
+    fi
+
+# build by simply using the Makefile
+script:
+  - make
+  - make misc
-- 
2.4.10

-- 
You received this message because you are subscribed to the Google Groups 
"linux-sunxi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to linux-sunxi+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to