wercker.yml 254 B

123456789101112
  1. box: wercker-labs/docker
  2. build:
  3. steps:
  4. - script:
  5. name: validate DCO
  6. code: script/validate-dco
  7. - script:
  8. name: run tests
  9. code: script/test
  10. - script:
  11. name: build binary
  12. code: script/build-linux