24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-07-27 00:41:28 +02:00

Cache rebar2 deps/ dir in Travis for a 10% speedup approx.

This commit is contained in:
Badlop 2021-03-19 12:48:05 +01:00
parent 1f88a26f60
commit d8f01080ce

View File

@ -33,9 +33,14 @@ before_script:
- psql -U postgres ejabberd_test -c "GRANT ALL PRIVILEGES ON ALL TABLES IN SCHEMA public TO ejabberd_test;"
- psql -U postgres ejabberd_test -c "GRANT ALL PRIVILEGES ON ALL SEQUENCES IN SCHEMA public TO ejabberd_test;"
cache:
directories:
- deps/
script:
- ./autogen.sh
- ./configure --prefix=/tmp/ejabberd --enable-all --disable-odbc --disable-elixir
- make update
- make
- make install -s
- make xref