ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/branches/1.1.x/.travis.yml
Revision: 6228
Committed: Thu Jul 2 13:10:18 2015 UTC (8 years, 8 months ago) by michael
File size: 351 byte(s)
Log Message:
- Create 1.1.x branch

File Contents

# User Rev Content
1 michael 5241 # $Id$
2 michael 5239
3     language: c
4    
5     os:
6     - linux
7     - osx
8    
9     compiler:
10     - gcc
11     - clang
12    
13     script:
14 michael 5245 - if [ "$TRAVIS_OS_NAME" = "osx" ] && [ "$CC" = "gcc" ]; then export CC=gcc-4.8; fi
15 michael 5242 - ./configure
16 michael 5239 - 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