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
1 changed files with 5 additions and 0 deletions

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