mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-04 16:35:06 -05:00
11 lines
239 B
YAML
11 lines
239 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
|
|
|