2015-10-27 21:18:13 +02:00
|
|
|
sudo: false
|
2013-04-19 15:55:14 -04:00
|
|
|
language: c
|
2015-10-27 21:18:13 +02:00
|
|
|
cache: apt
|
2014-12-14 18:20:50 -05:00
|
|
|
compiler: clang
|
2015-10-27 21:18:13 +02:00
|
|
|
script:
|
2015-04-22 23:22:06 -04:00
|
|
|
- ./autogen.sh --enable-textfe --with-theme-manager --enable-static-analysis
|
2014-09-21 10:54:03 +03:00
|
|
|
- make V=1 -j$(nproc)
|
2013-06-13 15:08:35 -04:00
|
|
|
notifications:
|
2013-06-13 16:20:58 -03: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
|
2014-09-21 10:54:03 +03:00
|
|
|
matrix:
|
|
|
|
fast_finish: true
|
2015-10-27 21:18:13 +02:00
|
|
|
addons:
|
|
|
|
apt:
|
|
|
|
packages:
|
|
|
|
- automake
|
2016-03-06 18:54:07 -05:00
|
|
|
- autoconf-archive
|
2015-10-27 21:18:13 +02:00
|
|
|
- imagemagick
|
|
|
|
- intltool
|
|
|
|
- libcanberra-dev
|
|
|
|
- libdbus-glib-1-dev
|
|
|
|
- libglib2.0-dev
|
|
|
|
- libgtk2.0-dev
|
2016-04-03 12:58:26 -04:00
|
|
|
- libluajit-5.1-dev
|
2015-10-27 21:18:13 +02:00
|
|
|
- libnotify-dev
|
|
|
|
- libpci-dev
|
|
|
|
- libperl-dev
|
|
|
|
- libproxy-dev
|
|
|
|
- libssl-dev
|
|
|
|
- libtool
|
|
|
|
- monodevelop
|
|
|
|
- mono-devel
|
|
|
|
- python-dev
|