github.com/docker/docker@v299999999.0.0-20200612211812-aaf470eca7b5+incompatible/hack/ci/master (about)

     1  #!/usr/bin/env bash
     2  # Entrypoint for jenkins master CI build
     3  set -eu -o pipefail
     4  
     5  hack/validate/default
     6  hack/test/unit
     7  
     8  hack/make.sh \
     9  	binary-daemon \
    10  	dynbinary \
    11  	test-docker-py \
    12  	test-integration \
    13  	cross