summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2014-04-01 23:34:02 -0400
committerAdam <Adam@anope.org>2014-04-01 23:34:02 -0400
commite357c3977463a8f510a66867a2b3dce851aa7665 (patch)
treea0bc00e002efb6528876ac8684e942553b984459
parent10732baec20781b97f3d5f62236fa689c0a05a98 (diff)
Add travis config
-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..84753c2d8
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,16 @@
+language: cpp
+
+compiler:
+ - gcc
+
+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"