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:
parent
09f01d518c
commit
641eadd02f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user