1
0
mirror of https://github.com/moparisthebest/hexchat synced 2024-08-13 16:53:48 -04:00
hexchat/.travis.yml
2013-04-19 15:55:14 -04:00

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