ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/trunk/.travis.yml
Revision: 5239
Committed: Wed Dec 31 21:34:28 2014 UTC (9 years, 3 months ago) by michael
File size: 384 byte(s)
Log Message:
- Added .travis.yml

File Contents

# User Rev Content
1 michael 5239 # $Id: .travis.yml 4851 2014-11-05 18:17:41Z michael $
2    
3     language: c
4    
5     os:
6     - linux
7     - osx
8    
9     compiler:
10     - gcc
11     - clang
12    
13     script:
14     - if [ "$TRAVIS_OS_NAME" = "osx" ] && [ "$CC" = "gcc" ]; then export CC=gcc-4.8; fi
15     - make
16     - sudo make install
17    
18     notifications:
19     email:
20     - bugs@ircd-hybrid.org
21     irc:
22     channels:
23     - "irc.ircd-hybrid.org#ircd-coders"
24     skip_join: true
25    
26     osx_image: xcode61