diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2014-06-04 18:10:47 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2014-06-04 18:10:47 +0000 |
commit | 2d64fee649b7d86a3f4a62d404919112b4e49a1f (patch) | |
tree | aa9600f413f86a9b64e6526057579636511c8961 /.travis.yml | |
parent | bfe24bfb63e7891864438cd9ae968ac79fd85eef (diff) |
- Added .travis.yml
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@3821 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..cf59d9f --- /dev/null +++ b/.travis.yml @@ -0,0 +1,28 @@ +# $Id$ + +language: c + +env: + global: + - secure: "Cq1iFAKxQ2S/LUz41BaS00+HdqTZt0hqPVlcmF4uIFRSjRocz+mKoroV2Iidbly8uuokOu5yY+ZRw8Yrjc2w8qKM+qsRHo9KNQGPx/jLe06DI2RuPcT3IxnGrElLDUUs2qJ6drjGCrOEFP2eowMdytqLDJfKW5OGLOFsmoSIwD0=" + +compiler: + - gcc + - clang + +addons: + coverity_scan: + name: "ircd-hybrid/ircd-hybrid" + description: "A lightweight, high-performance internet relay chat daemon." + build_command_prepend: ./configure + build_command: make + branch_pattern: coverity_scan + +script: + - ./configure + - make + - sudo make install + +notifications: + irc: + - "irc.ircd-hybrid.org#ircd-coders" |