1
0
mirror of https://github.com/irssi/irssi.git synced 2024-08-04 03:34:18 -04:00
irssi/.travis.yml

35 lines
707 B
YAML
Raw Normal View History

language: perl
perl:
- "5.20-shrplib"
- "5.18-shrplib"
- "system-perl"
env:
- CC=clang
- CC=gcc
2014-06-15 11:12:41 -04:00
before_install:
- sudo apt-get update -qq
- perl -V
2014-06-15 11:12:41 -04:00
- sudo apt-get build-dep -qq irssi
2014-06-15 11:22:10 -04:00
- sudo apt-get install -qq lynx
2014-06-15 11:12:41 -04:00
install: true
2014-06-15 11:12:41 -04:00
script:
- ./autogen.sh --with-proxy --with-bot --with-perl=module
2014-06-15 11:12:41 -04:00
- cat config.log
- make
- sudo make install
notifications:
irc:
channels:
- "irc.freenode.net#irssi"
2014-06-15 11:37:09 -04:00
template:
- "%{repository} (%{commit}: %{author}): %{message}"
- "Build details : %{build_url}"
2014-06-15 11:12:41 -04:00
on_success: always
on_failure: always
2014-06-15 11:21:11 -04:00
use_notice: true
skip_join: true