[MIRROR: https://git.mills.io/prologic/go-gopher] Gopher (RFC 1436) protocol library for the Go (Golang) programming language supporting both client and server
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

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