mirror of
https://github.com/moparisthebest/hexchat
synced 2024-10-31 15:35:03 -04:00
15 lines
421 B
YAML
15 lines
421 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
|
|
script:
|
|
- ./autogen.sh
|
|
- ./configure --enable-textfe
|
|
- make
|
|
notifications:
|
|
irc:
|
|
channels: "chat.freenode.net#hexchat-devel"
|
|
template: "Build #%{build_number} (%{commit}) by %{author}: %{message}"
|
|
on_success: change
|