2013-04-19 21:55:14 +02:00
|
|
|
language: c
|
2014-12-15 00:20:50 +01:00
|
|
|
compiler: clang
|
2013-04-19 21:55:14 +02:00
|
|
|
before_script:
|
2014-07-17 13:33:57 +02:00
|
|
|
- sudo apt-get update
|
2013-04-19 21:55:14 +02:00
|
|
|
- sudo apt-get build-dep -qq xchat
|
2014-01-13 03:31:28 +01:00
|
|
|
- sudo apt-get install -qq libnotify-dev libproxy-dev libpci-dev libcanberra-dev monodevelop gnome-common
|
2013-04-19 21:55:14 +02:00
|
|
|
script:
|
|
|
|
- ./autogen.sh
|
2014-12-15 00:20:50 +01:00
|
|
|
- ./configure --enable-textfe --with-theme-manager --enable-static-analysis
|
2014-09-21 09:54:03 +02:00
|
|
|
- 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
|
2014-09-21 09:54:03 +02:00
|
|
|
matrix:
|
|
|
|
fast_finish: true
|