1
0
mirror of https://github.com/irssi/irssi.git synced 2024-06-30 06:45:25 +00:00
irssi/.travis.yml
2014-06-15 17:37:09 +02:00

28 lines
587 B
YAML

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