[MIRROR: https://git.mills.io/prologic/go-gopher] Gopher (RFC 1436) protocol library for the Go (Golang) programming language supporting both client and server
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
411 B

  1. ---
  2. kind: pipeline
  3. name: default
  4. steps:
  5. - name: build-and-test
  6. image: r.mills.io/prologic/golang-alpine:latest
  7. commands:
  8. - go test
  9. - name: notify-irc
  10. image: plugins/webhook
  11. settings:
  12. urls:
  13. - https://msgbus.mills.io/ci.mills.io
  14. when:
  15. status:
  16. - success
  17. - failure
  18. trigger:
  19. branch:
  20. - master
  21. event:
  22. - tag
  23. - push
  24. - pull_request