2014-09-19 14:00:28 -04:00
|
|
|
image: dockercore/docker
|
|
|
|
env:
|
2014-09-19 17:38:46 -04:00
|
|
|
- AUTO_GOPATH=1
|
2014-09-19 14:00:28 -04:00
|
|
|
- DOCKER_GRAPHDRIVER=vfs
|
|
|
|
- DOCKER_EXECDRIVER=native
|
|
|
|
script:
|
|
|
|
# Setup the DockerInDocker environment.
|
|
|
|
- hack/dind
|
2014-09-19 18:40:48 -04:00
|
|
|
# Tests relying on StartWithBusybox make Drone time out.
|
|
|
|
- rm integration-cli/docker_cli_daemon_test.go
|
|
|
|
- rm integration-cli/docker_cli_exec_test.go
|
2014-09-19 14:00:28 -04:00
|
|
|
# Validate and test.
|
|
|
|
- hack/make.sh validate-dco validate-gofmt
|
|
|
|
- hack/make.sh binary cross test-unit test-integration-cli test-integration
|