ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/.travis.yml
Revision: 3820
Committed: Wed Jun 4 18:10:26 2014 UTC (9 years, 9 months ago) by michael
File size: 586 byte(s)
Log Message:
- Added .travis.yml

File Contents

# Content
1 # $Id$
2
3 language: c
4
5 env:
6 global:
7 - secure: "Cq1iFAKxQ2S/LUz41BaS00+HdqTZt0hqPVlcmF4uIFRSjRocz+mKoroV2Iidbly8uuokOu5yY+ZRw8Yrjc2w8qKM+qsRHo9KNQGPx/jLe06DI2RuPcT3IxnGrElLDUUs2qJ6drjGCrOEFP2eowMdytqLDJfKW5OGLOFsmoSIwD0="
8
9 compiler:
10 - gcc
11 - clang
12
13 addons:
14 coverity_scan:
15 name: "ircd-hybrid/ircd-hybrid"
16 description: "A lightweight, high-performance internet relay chat daemon."
17 build_command_prepend: ./configure
18 build_command: make
19 branch_pattern: coverity_scan
20
21 script:
22 - ./configure
23 - make
24 - sudo make install
25
26 notifications:
27 irc:
28 - "irc.ircd-hybrid.org#ircd-coders"

Properties

Name Value
svn:keywords Id Revision