Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorĐoàn Trần Công Danh <congdanhqx@gmail.com>2020-04-04 04:08:50 +0300
committerJunio C Hamano <gitster@pobox.com>2020-04-06 23:44:42 +0300
commite0f8690dee7ec9373657eb2ecef9c8d88d0ece08 (patch)
treefa88264a796d7b32179ff93bc50366573f58f931 /ci/run-docker.sh
parentc3bc449eb1b8b458e812c07eb8d0cb643f3d1b36 (diff)
travis: build and test on Linux with musl libc and busybox
Signed-off-by: Đoàn Trần Công Danh <congdanhqx@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'ci/run-docker.sh')
-rwxr-xr-xci/run-docker.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/ci/run-docker.sh b/ci/run-docker.sh
index 3881f99b53..37fa372052 100755
--- a/ci/run-docker.sh
+++ b/ci/run-docker.sh
@@ -9,6 +9,9 @@ case "$jobname" in
Linux32)
CI_CONTAINER="daald/ubuntu32:xenial"
;;
+linux-musl)
+ CI_CONTAINER=alpine
+ ;;
*)
exit 1
;;