1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-12-04 14:46:46 -05:00

Updated travis build, make stabber dependency

This commit is contained in:
James Booth 2015-05-17 22:35:17 +01:00
parent 09f01d518c
commit 641eadd02f

View File

@ -21,5 +21,13 @@ install:
- sudo make install
- cd ../..
- rm -rf cmocka-1.0.0
- git clone git://github.com/boothj5/stabber.git
- cd stabber
- ./bootstrap.sh
- ./configure --prefix=/usr
- make
- sudo make install
- cd ..
- rm -rf stabber
- ./bootstrap.sh
script: ./configure && make && make check