mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-06 11:12:34 +01: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
|
|
|