summaryrefslogtreecommitdiff
path: root/ci/run-docker.sh
diff options
context:
space:
mode:
authorLibravatar Đoàn Trần Công Danh <congdanhqx@gmail.com>2020-04-04 08:08:50 +0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2020-04-06 13:44:42 -0700
commite0f8690dee7ec9373657eb2ecef9c8d88d0ece08 (patch)
treefa88264a796d7b32179ff93bc50366573f58f931 /ci/run-docker.sh
parentci/linux32: libify install-dependencies step (diff)
downloadtgif-e0f8690dee7ec9373657eb2ecef9c8d88d0ece08.tar.xz
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
;;