ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/trunk/.travis.yml
Revision: 7804
Committed: Tue Oct 18 18:53:46 2016 UTC (7 years, 5 months ago) by michael
File size: 405 byte(s)
Log Message:
- .travis.yml: disable gcc builds on osx for now

File Contents

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

Properties

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