[MIRROR: https://git.mills.io/prologic/go-gopher] Gopher (RFC 1436) protocol library for the Go (Golang) programming language supporting both client and server
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

28 rader
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