mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
Attempt to fix lua build on travis
This commit is contained in:
parent
2c385d9c13
commit
793e9acfcb
@ -2,11 +2,7 @@ language: c
|
||||
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 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 lua5.1 liblua5.1-0
|
||||
- sudo dpkg --get-selections | grep ruby
|
||||
- sudo dpkg --get-selections | grep lua
|
||||
- sudo apt-get -y install autoconf-archive libtool python-dev lua5.1 liblua5.1-0-dev
|
||||
- git clone git://github.com/strophe/libstrophe.git
|
||||
- cd libstrophe
|
||||
- ./bootstrap.sh
|
||||
@ -26,4 +22,4 @@ install:
|
||||
- cd ../..
|
||||
- rm -rf cmocka-0.3.2
|
||||
- ./bootstrap.sh
|
||||
script: ./configure --disable-ruby-plugins --disable-lua-plugins && make && make check
|
||||
script: ./configure --disable-ruby-plugins && make && make check
|
||||
|
Loading…
Reference in New Issue
Block a user