From e0f8690dee7ec9373657eb2ecef9c8d88d0ece08 Mon Sep 17 00:00:00 2001 From: Đoàn Trần Công Danh Date: Sat, 4 Apr 2020 08:08:50 +0700 Subject: travis: build and test on Linux with musl libc and busybox MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Đoàn Trần Công Danh Signed-off-by: Junio C Hamano --- ci/run-docker.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ci/run-docker.sh') 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 ;; -- cgit v1.3