1
0
mirror of https://github.com/irssi/irssi.git synced 2024-06-23 06:35:36 +00:00
irssi/.travis.yml

28 lines
587 B
YAML
Raw Normal View History

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