本站源代码
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.

21 lines
335B

  1. kind: pipeline
  2. name: go1-1-1
  3. steps:
  4. - name: test
  5. image: golang:1.11
  6. commands:
  7. - go build -v
  8. - go test -v -race -coverprofile=coverage.txt -covermode=atomic
  9. ---
  10. kind: pipeline
  11. name: go1-1-2
  12. steps:
  13. - name: test
  14. image: golang:1.12
  15. commands:
  16. - go build -v
  17. - go test -v -race -coverprofile=coverage.txt -covermode=atomic
上海开阖软件有限公司 沪ICP备12045867号-1