ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/releases/1.0.1/.travis.yml
Revision: 5244
Committed: Wed Dec 31 21:47:49 2014 UTC (9 years, 3 months ago) by michael
Original Path: hopm/branches/1.0.x/.travis.yml
File size: 351 byte(s)
Log Message:
- Update .travis.yml

File Contents

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

Properties

Name Value
svn:eol-style native
svn:keywords Id