hexchat/.travis.yml

17 lines
553 B
YAML
Raw Permalink Normal View History

2013-04-19 15:55:14 -04:00
language: c
2014-12-14 18:20:50 -05:00
compiler: clang
2013-04-19 15:55:14 -04:00
before_script:
2014-07-17 07:33:57 -04:00
- sudo apt-get update
2013-04-19 15:55:14 -04:00
- sudo apt-get build-dep -qq xchat
2015-04-22 23:28:51 -04:00
- sudo apt-get install -qq libnotify-dev libproxy-dev libpci-dev libcanberra-dev monodevelop intltool
2013-04-19 15:55:14 -04:00
script:
- ./autogen.sh --enable-textfe --with-theme-manager --enable-static-analysis
- make V=1 -j$(nproc)
2013-06-13 15:08:35 -04:00
notifications:
2013-06-13 15:20:58 -04:00
irc:
channels: "chat.freenode.net#hexchat-devel"
2014-12-06 17:28:41 -05:00
template: "Build %{build_url} (%{commit} in %{branch}) by %{author}: %{message}"
2013-06-13 15:08:35 -04:00
on_success: change
matrix:
fast_finish: true