hexchat/.travis.yml

17 lines
553 B
YAML
Raw Normal View History

2013-04-19 23:55:14 +04:00
language: c
2014-12-15 02:20:50 +03:00
compiler: clang
2013-04-19 23:55:14 +04:00
before_script:
2014-07-17 15:33:57 +04:00
- sudo apt-get update
2013-04-19 23:55:14 +04:00
- sudo apt-get build-dep -qq xchat
2015-04-23 06:28:51 +03:00
- sudo apt-get install -qq libnotify-dev libproxy-dev libpci-dev libcanberra-dev monodevelop intltool
2013-04-19 23:55:14 +04:00
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