ci/linux32: libify install-dependencies step
commitc3bc449eb1b8b458e812c07eb8d0cb643f3d1b36
authorĐoàn Trần Công Danh <congdanhqx@gmail.com>
Sat, 4 Apr 2020 01:08:49 +0000 (4 08:08 +0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 6 Apr 2020 20:44:42 +0000 (6 13:44 -0700)
tree38f16decdef247860fedb8cead7aba423ce99eb9
parent5a33f541ddb52e3f45db87db7c3dd40945b9a564
ci/linux32: libify install-dependencies step

In a later patch, we will add new Travis Job for linux-musl.
Most of other code in this file could be reuse for that job.

Move the code to install dependencies to a common script.
Should we add new CI system that can run directly in container,
we can reuse this script for installation step.

Signed-off-by: Đoàn Trần Công Danh <congdanhqx@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
ci/install-docker-dependencies.sh [new file with mode: 0755]
ci/run-docker-build.sh