1
0
mirror of https://github.com/irssi/irssi.git synced 2024-06-30 06:45:25 +00:00
irssi/.travis.yml

24 lines
423 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
script:
- ./autogen.sh --with-proxy --with-bot
- cat config.log
- make
- sudo make install
notifications:
irc:
channels:
- "irc.freenode.net#irssi"
on_success: always
on_failure: always
2014-06-15 15:21:11 +00:00
use_notice: true
skip_join: true