summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2014-01-31 14:28:03 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2014-01-31 14:28:03 (GMT)
commitae9000b37409a7e329e6f60ea0f2c57a88f481c9 (patch)
treeab32ceecf1e9a4deca9710283eb7d7469f59d7d2 /.travis.yml
parent95c3505e11d22f9a022647b0c7383364682d91de (diff)
downloaduscxml-ae9000b37409a7e329e6f60ea0f2c57a88f481c9.zip
uscxml-ae9000b37409a7e329e6f60ea0f2c57a88f481c9.tar.gz
uscxml-ae9000b37409a7e329e6f60ea0f2c57a88f481c9.tar.bz2
Added support for travis-ci
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..45283f5
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,6 @@
+language: cpp
+compiler:
+ - gcc
+ - clang
+# Change this to your needs
+script: mkdir build && cd build && cmake .. && make