hexchat/.travis.yml

37 lines
924 B
YAML
Raw Normal View History

2016-04-04 17:54:20 +03:00
sudo: required
dist: trusty
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
2016-04-03 19:58:26 +03:00
- libluajit-5.1-dev
- libnotify-dev
- libpci-dev
- libperl-dev
- libproxy-dev
- libssl-dev
- libtool
- monodevelop
- mono-devel
- python-dev