ci: explicit install all required packages
commit61432dd630e3f1711a44be2da2923ae071f96784
authorĐoàn Trần Công Danh <congdanhqx@gmail.com>
Fri, 10 Apr 2020 17:18:07 +0000 (11 00:18 +0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 10 Apr 2020 17:30:40 +0000 (10 10:30 -0700)
tree4ed53847dff1706f986ddd696f471857e4620537
parent87b68db3ac5465bbd10ff0fc22fa5209b6452a31
ci: explicit install all required packages

In a later patch, we will support GitHub Action.

Explicitly install all of our build dependencies on Linux.
Since GitHub Action's Linux VM hasn't installed our build dependencies.
And there're no harm to reinstall them (in Travis)

Signed-off-by: Đoàn Trần Công Danh <congdanhqx@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
ci/install-dependencies.sh