2013-04-19 15:55:14 -04:00
|
|
|
language: c
|
2014-12-14 18:20:50 -05:00
|
|
|
compiler: clang
|
2013-04-19 15:55:14 -04:00
|
|
|
before_script:
|
2014-07-17 07:33:57 -04:00
|
|
|
- sudo apt-get update
|
2013-04-19 15:55:14 -04:00
|
|
|
- sudo apt-get build-dep -qq xchat
|
2014-01-12 21:31:28 -05:00
|
|
|
- sudo apt-get install -qq libnotify-dev libproxy-dev libpci-dev libcanberra-dev monodevelop gnome-common
|
2013-04-19 15:55:14 -04:00
|
|
|
script:
|
|
|
|
- ./autogen.sh
|
2014-12-14 18:20:50 -05:00
|
|
|
- ./configure --enable-textfe --with-theme-manager --enable-static-analysis
|
2014-09-21 03:54:03 -04:00
|
|
|
- make V=1 -j$(nproc)
|
2013-06-13 15:08:35 -04:00
|
|
|
notifications:
|
2013-06-13 15:20:58 -04: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 03:54:03 -04:00
|
|
|
matrix:
|
|
|
|
fast_finish: true
|