diff options
-rw-r--r-- | .travis.yml | 16 |
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" |