hexchat/.travis.yml

35 lines
876 B
YAML
Raw Normal View History

sudo: false
2013-04-19 23:55:14 +04:00
language: c
cache: apt
2014-12-15 02:20:50 +03:00
compiler: clang
script:
- ./autogen.sh --enable-textfe --with-theme-manager --enable-static-analysis
- make V=1 -j$(nproc)
2013-06-13 23:08:35 +04:00
notifications:
2013-06-13 23:20:58 +04:00
irc:
channels: "chat.freenode.net#hexchat-devel"
2014-12-07 01:28:41 +03:00
template: "Build %{build_url} (%{commit} in %{branch}) by %{author}: %{message}"
2013-06-13 23:08:35 +04:00
on_success: change
matrix:
fast_finish: true
addons:
apt:
packages:
- automake
- autoconf-archive
- imagemagick
- intltool
- libcanberra-dev
- libdbus-glib-1-dev
- libglib2.0-dev
- libgtk2.0-dev
- libnotify-dev
- libpci-dev
- libperl-dev
- libproxy-dev
- libssl-dev
- libtool
- monodevelop
- mono-devel
- python-dev