hexchat/.travis.yml

15 lines
421 B
YAML
Raw Normal View History

2013-04-19 15:55:14 -04:00
language: c
compiler: gcc
before_script:
- sudo apt-get build-dep -qq xchat
2013-04-27 20:29:33 -04:00
- sudo apt-get install -qq libnotify-dev libproxy-dev libpci-dev libcanberra-dev
2013-04-19 15:55:14 -04:00
script:
- ./autogen.sh
- ./configure --enable-textfe
- make
2013-06-13 15:08:35 -04:00
notifications:
2013-06-13 15:20:58 -04:00
irc:
channels: "chat.freenode.net#hexchat-devel"
2013-06-13 15:33:25 -04:00
template: "Build #%{build_number} (%{commit}) by %{author}: %{message}"
2013-06-13 15:08:35 -04:00
on_success: change