[MIRROR: https://git.mills.io/prologic/go-gopher] Gopher (RFC 1436) protocol library for the Go (Golang) programming language supporting both client and server
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

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