mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
... and test build on CI so we don't break it again! Fixes #503 Signed-off-by: Ben Firshman <ben@firshman.co.uk>
13 lines
254 B
YAML
13 lines
254 B
YAML
box: wercker-labs/docker
|
|
build:
|
|
steps:
|
|
- script:
|
|
name: validate DCO
|
|
code: script/validate-dco
|
|
- script:
|
|
name: run tests
|
|
code: script/test
|
|
- script:
|
|
name: build binary
|
|
code: script/build-linux
|