ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/releases/1.1.2/.travis.yml
Revision: 7565
Committed: Sun May 15 20:01:55 2016 UTC (7 years, 10 months ago) by michael
File size: 351 byte(s)
Log Message:
RELEASE TAG 1.1.2

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=gcc-4.8; 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
26
27 osx_image: xcode61

Properties

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