c.sexchat/.travis.yml

16 lines
497 B
YAML
Raw Normal View History

2013-04-19 21:55:14 +02:00
language: c
compiler: gcc
before_script:
2014-07-17 13:33:57 +02:00
- sudo apt-get update
2013-04-19 21:55:14 +02:00
- sudo apt-get build-dep -qq xchat
- sudo apt-get install -qq libnotify-dev libproxy-dev libpci-dev libcanberra-dev monodevelop gnome-common
2013-04-19 21:55:14 +02:00
script:
- ./autogen.sh
2013-08-28 19:32:35 +02:00
- ./configure --enable-textfe --with-theme-manager
2014-01-29 22:27:45 +01:00
- make V=1
2013-06-13 21:08:35 +02:00
notifications:
2013-06-13 21:20:58 +02:00
irc:
channels: "chat.freenode.net#hexchat-devel"
2013-06-13 21:33:25 +02:00
template: "Build #%{build_number} (%{commit}) by %{author}: %{message}"
2013-06-13 21:08:35 +02:00
on_success: change