mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 09:49:18 +02:00
Let Travis CI test "make install"
This commit is contained in:
parent
97a93263c1
commit
ff4a00b1f3
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue