Explorar o código

added hack/ci/master as entry point for master codeline checks

Signed-off-by: Andrew Hsu <andrewhsu@docker.com>
Andrew Hsu %!s(int64=6) %!d(string=hai) anos
pai
achega
aac6e62209
Modificáronse 1 ficheiros con 13 adicións e 0 borrados
  1. 13 0
      hack/ci/master

+ 13 - 0
hack/ci/master

@@ -0,0 +1,13 @@
+#!/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