25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-11-20 16:15:59 +01:00

Let Travis CI test "make install"

This commit is contained in:
Holger Weiss 2015-10-19 14:23:37 +02:00
parent 97a93263c1
commit ff4a00b1f3

View File

@ -34,7 +34,9 @@ before_script:
script:
- ./autogen.sh
- ./configure --enable-all --disable-odbc --disable-elixir
- ./configure --prefix=/tmp/ejabberd --enable-all --disable-odbc --disable-elixir
- make
- make install
- make xref
- ERL_LIBS=$PWD make test
- grep -q 'TEST COMPLETE, \([[:digit:]]*\) ok, .* of \1 ' logs/raw.log