c.sexchat/.travis.yml

37 lines
924 B
YAML
Raw Normal View History

2016-04-04 16:54:20 +02:00
sudo: required
dist: trusty
2013-04-19 21:55:14 +02:00
language: c
cache: apt
2014-12-15 00:20:50 +01:00
compiler: clang
script:
- ./autogen.sh --enable-textfe --with-theme-manager --enable-static-analysis
- make V=1 -j$(nproc)
2013-06-13 21:08:35 +02:00
notifications:
2013-06-13 21:20:58 +02:00
irc:
channels: "chat.freenode.net#hexchat-devel"
2014-12-06 23:28:41 +01:00
template: "Build %{build_url} (%{commit} in %{branch}) by %{author}: %{message}"
2013-06-13 21:08:35 +02: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 18:58:26 +02:00
- libluajit-5.1-dev
- libnotify-dev
- libpci-dev
- libperl-dev
- libproxy-dev
- libssl-dev
- libtool
- monodevelop
- mono-devel
- python-dev