mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
Added dependencies to travis build
This commit is contained in:
parent
24784d9ea6
commit
e5787b9504
14
.travis.yml
14
.travis.yml
@ -1,2 +1,14 @@
|
||||
language: c
|
||||
install: ./bootstrap.sh
|
||||
install:
|
||||
- sudo apt-get update
|
||||
- sudo apt-get -y install libssl-dev libexpat1-dev libncursesw5-dev libglib2.0-dev libnotify-dev libcurl3-dev libxss-dev libotr5-dev
|
||||
- ./bootstrap.sh
|
||||
- git clone git://github.com/strophe/libstrophe.git
|
||||
- cd libstrophe
|
||||
- ./bootstrap.sh
|
||||
- ./configure
|
||||
- make
|
||||
- sudo make install
|
||||
- cd ..
|
||||
- rm -rf libstrophe
|
||||
- ./bootstrap.sh
|
||||
|
Loading…
Reference in New Issue
Block a user