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

16 satır
417B

  1. language: go
  2. go:
  3. - 1.2
  4. - 1.3
  5. - 1.4
  6. - 1.5
  7. - tip
  8. go_import_path: gopkg.in/asn-ber.v1
  9. install:
  10. - go list -f '{{range .Imports}}{{.}} {{end}}' ./... | xargs go get -v
  11. - go list -f '{{range .TestImports}}{{.}} {{end}}' ./... | xargs go get -v
  12. - go get code.google.com/p/go.tools/cmd/cover || go get golang.org/x/tools/cmd/cover
  13. - go build -v ./...
  14. script:
  15. - go test -v -cover ./...
上海开阖软件有限公司 沪ICP备12045867号-1