Add travis-ci script
authormayeut <mayeut@users.noreply.github.com>
Mon, 7 Sep 2015 20:40:11 +0000 (22:40 +0200)
committermayeut <mayeut@users.noreply.github.com>
Mon, 7 Sep 2015 20:40:11 +0000 (22:40 +0200)
.travis.yml [new file with mode: 0644]

diff --git a/.travis.yml b/.travis.yml
new file mode 100644 (file)
index 0000000..d44b6bf
--- /dev/null
@@ -0,0 +1,8 @@
+language: c
+compiler:
+  - gcc
+script:
+    - mkdir build
+    - cd build
+    - cmake -G "Unix Makefiles" -DBUILD_CODEC=ON -DBUILD_THIRDPARTY=ON ..
+    - make