[MIRROR: https://git.mills.io/prologic/go-gopher] Gopher (RFC 1436) protocol library for the Go (Golang) programming language supporting both client and server
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

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