]> git.ipfire.org Git - thirdparty/git.git/blobdiff - ci/run-docker.sh
travis: build and test on Linux with musl libc and busybox
[thirdparty/git.git] / ci / run-docker.sh
index 3881f99b533017284510cc8912e4ad6dd68216d6..37fa372052ddb8a9aa9fb6a42ed3866a316a1227 100755 (executable)
@@ -9,6 +9,9 @@ case "$jobname" in
 Linux32)
        CI_CONTAINER="daald/ubuntu32:xenial"
        ;;
+linux-musl)
+       CI_CONTAINER=alpine
+       ;;
 *)
        exit 1
        ;;