aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2015-02-28 19:53:23 +0100
committerPřemysl Janouch <p.janouch@gmail.com>2015-02-28 19:53:23 +0100
commit087645848baec5e59e4296817850bd5dd240cbb2 (patch)
treef5b3d507c4a65a95a26a52a17136fdf94811b785 /.travis.yml
downloadliberty-087645848baec5e59e4296817850bd5dd240cbb2.tar.gz
liberty-087645848baec5e59e4296817850bd5dd240cbb2.tar.xz
liberty-087645848baec5e59e4296817850bd5dd240cbb2.zip
Initial commit
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml18
1 files changed, 18 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..6886373
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,18 @@
+language: c
+notifications:
+ irc:
+ channels: "anathema.us.nu#anathema"
+ use_notice: true
+ skip_join: true
+compiler:
+ - clang
+ - gcc
+before_install:
+ - sudo apt-get update -qq
+before_script:
+ - mkdir build
+ - cd build
+script:
+ - cmake .. -DCMAKE_INSTALL_PREFIX=/usr
+ - make
+ - ctest -V