Build with travis

This commit is contained in:
TingPing 2013-04-19 15:55:14 -04:00
parent 3994126a09
commit 2db01371b3
1 changed files with 10 additions and 0 deletions

10
.travis.yml Normal file
View File

@ -0,0 +1,10 @@
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