mirror of
https://github.com/moparisthebest/hexchat
synced 2024-10-31 15:35:03 -04:00
11 lines
223 B
YAML
11 lines
223 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
|
|
script:
|
|
- ./autogen.sh
|
|
- ./configure --enable-textfe
|
|
- make
|
|
|