mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-10 05:02:50 +01:00
Build with travis
This commit is contained in:
parent
3994126a09
commit
2db01371b3
10
.travis.yml
Normal file
10
.travis.yml
Normal 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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user