summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2014-04-01 23:35:00 -0400
committerAdam <Adam@anope.org>2014-04-01 23:35:00 -0400
commitde545a9e46d915a8ad4d0032ef3fd5534064b6f8 (patch)
treece1fdfcfc60e2a513b4de8a98085ac4358674955 /.travis.yml
parent5d232bbc0acc0ec66736c75dd2e3a50915388335 (diff)
Add travis config
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 000000000..023a7ce00
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,16 @@
+language: cpp
+
+compiler:
+ - clang
+
+before_script:
+ - mkdir build
+ - cd build
+ - cmake -DINSTDIR:STRING=~/services -DDEFUMASK:STRING=077 -DCMAKE_BUILD_TYPE:STRING=DEBUG -DUSE_RUN_CC_PL:BOOLEAN=ON ..
+
+script:
+ - make
+
+notifications:
+ irc:
+ - "irc.anope.org#anope-devel"