c.sexchat/.travis.yml

17 lines
553 B
YAML
Raw Normal View History

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
2015-04-23 05:28:51 +02:00
- sudo apt-get install -qq libnotify-dev libproxy-dev libpci-dev libcanberra-dev monodevelop intltool
2013-04-19 21:55:14 +02:00
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