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"