mirror of
https://github.com/moparisthebest/hexchat
synced 2024-10-31 23:45:07 -04:00
15 lines
471 B
YAML
15 lines
471 B
YAML
language: c
|
|
compiler: gcc
|
|
before_script:
|
|
- sudo apt-get build-dep -qq xchat
|
|
- sudo apt-get install -qq libnotify-dev libproxy-dev libpci-dev libcanberra-dev monodevelop gnome-common
|
|
script:
|
|
- ./autogen.sh
|
|
- ./configure --enable-textfe --with-theme-manager
|
|
- make V=1
|
|
notifications:
|
|
irc:
|
|
channels: "chat.freenode.net#hexchat-devel"
|
|
template: "Build #%{build_number} (%{commit}) by %{author}: %{message}"
|
|
on_success: change
|