| Revision: | 5240 |
| Committed: | Wed Dec 31 21:35:52 2014 UTC (11 years, 7 months ago) by michael |
| Content type: | application/yaml |
| Original Path: | hopm/branches/1.0.x/.travis.yml |
| File size: | 336 byte(s) |
| Log Message: | - svn propset on .travis.yml |
| # | 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=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 |
| Name | Value |
|---|---|
| svn:eol-style | native |
| svn:keywords | Id |