1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-29 19:56:07 -04:00

Updated travis build to force all plugin langs

This commit is contained in:
James Booth 2014-05-28 23:15:29 +01:00
parent 8fa41701d4
commit 99bfd719bb

View File

@ -2,7 +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 autoconf-archive libgcrypt11-dev
- sudo apt-get -y install libtool python-dev lua5.2 liblua5.2-dev
- sudo apt-get -y install libtool python-dev lua5.2 liblua5.2-dev ruby-dev
- git clone git://github.com/strophe/libstrophe.git
- cd libstrophe
- ./bootstrap.sh
@ -22,4 +22,4 @@ install:
- cd ../..
- rm -rf cmocka-0.4.1
- ./bootstrap.sh
script: ./configure --disable-ruby-plugins && make && make check
script: ./configure --enable-ruby-plugins --enable-python-plugins --enable-c-plugins --enable-lua-plugins && make && make check