c.sexchat/.travis.yml

11 lines
239 B
YAML
Raw Normal View History

2013-04-19 21:55:14 +02:00
language: c
compiler: gcc
before_script:
- sudo apt-get build-dep -qq xchat
2013-04-28 02:29:33 +02:00
- sudo apt-get install -qq libnotify-dev libproxy-dev libpci-dev libcanberra-dev
2013-04-19 21:55:14 +02:00
script:
- ./autogen.sh
- ./configure --enable-textfe
- make