1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-22 19:45:54 -04:00

Added lua debug to travis build

This commit is contained in:
James Booth 2014-02-23 04:23:52 +00:00
parent 6e3c18624b
commit 0315eabc1e

View File

@ -3,9 +3,11 @@ 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 libotr2-dev
- sudo dpkg --get-selections | grep ruby
- sudo dpkg --get-selections | grep lua
- sudo apt-get remove ruby1.9.1 ruby1.9.3 libruby1.9.1 ruby
- sudo apt-get -y install autoconf-archive python-dev ruby1.8-dev libruby1.8 liblualib50 liblua50 lua5.1 liblua5.1-0
- sudo dpkg --get-selections | grep ruby
- sudo dpkg --get-selections | grep lua
- ./bootstrap.sh
- git clone git://github.com/strophe/libstrophe.git
- cd libstrophe