mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
14 lines
210 B
Bash
Executable File
14 lines
210 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# Entrypoint for jenkins master CI build
|
|
set -eu -o pipefail
|
|
|
|
hack/validate/default
|
|
hack/test/unit
|
|
|
|
hack/make.sh \
|
|
binary-daemon \
|
|
dynbinary \
|
|
test-docker-py \
|
|
test-integration \
|
|
cross
|