add a travis.yml file so it's auto CIed on travis-ci.org
authorStephan Kulow <coolo@suse.de>
Fri, 22 Jun 2012 14:48:48 +0000 (16:48 +0200)
committerStephan Kulow <coolo@suse.de>
Fri, 22 Jun 2012 15:04:31 +0000 (17:04 +0200)
.travis.yml [new file with mode: 0644]

diff --git a/.travis.yml b/.travis.yml
new file mode 100644 (file)
index 0000000..13b02bd
--- /dev/null
@@ -0,0 +1,5 @@
+language: C
+before_script: sudo apt-get install cmake
+script: mkdir build && cd build && cmake -DDEBIAN=1 .. && make && make test
+
+