ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/trunk/.travis.yml
Revision: 7933
Committed: Sun Jan 22 17:48:40 2017 UTC (7 years, 2 months ago) by michael
File size: 355 byte(s)
Log Message:
- .travis.yml: re-enable os x/gcc build

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 script:
14 - if [ "$TRAVIS_OS_NAME" = "osx" ] && [ "$CC" = "gcc" ]; then export CC=$(ls -t /usr/local/bin/gcc-?.*); fi
15 - ./configure
16 - 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

Properties

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