mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
Travis CI: Enable Riak tests
This commit is contained in:
parent
eb803832b7
commit
9a7c26eaa8
@ -4,6 +4,9 @@ otp_release:
|
|||||||
- R16B03
|
- R16B03
|
||||||
- R15B01
|
- R15B01
|
||||||
|
|
||||||
|
services:
|
||||||
|
- riak
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- sudo apt-get -qq update
|
- sudo apt-get -qq update
|
||||||
|
|
||||||
@ -22,8 +25,8 @@ script:
|
|||||||
- ./autogen.sh
|
- ./autogen.sh
|
||||||
- ./configure --enable-all --disable-http --disable-odbc
|
- ./configure --enable-all --disable-http --disable-odbc
|
||||||
- make
|
- make
|
||||||
- make test
|
- ERL_LIBS=$PWD make test
|
||||||
- grep -q 'TEST COMPLETE, \([[:digit:]]*\) ok, 0 failed' logs/raw.log
|
- grep -q 'TEST COMPLETE, \([[:digit:]]*\) ok, .* of \1 ' logs/raw.log
|
||||||
|
|
||||||
after_script:
|
after_script:
|
||||||
- find logs -name suite.log -exec cat '{}' ';'
|
- find logs -name suite.log -exec cat '{}' ';'
|
||||||
|
Loading…
Reference in New Issue
Block a user