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

35 lines
857B

  1. version: "{build}"
  2. # Source Config
  3. clone_folder: c:\gopath\src\github.com\pelletier\go-toml
  4. # Build host
  5. environment:
  6. GOPATH: c:\gopath
  7. DEPTESTBYPASS501: 1
  8. GOVERSION: 1.12
  9. GO111MODULE: on
  10. init:
  11. - git config --global core.autocrlf input
  12. # Build
  13. install:
  14. # Install the specific Go version.
  15. - rmdir c:\go /s /q
  16. - appveyor DownloadFile https://storage.googleapis.com/golang/go%GOVERSION%.windows-amd64.msi
  17. - msiexec /i go%GOVERSION%.windows-amd64.msi /q
  18. - choco install bzr
  19. - set Path=c:\go\bin;c:\gopath\bin;C:\Program Files (x86)\Bazaar\;C:\Program Files\Mercurial\%Path%
  20. - go version
  21. - go env
  22. build: false
  23. deploy: false
  24. test_script:
  25. - go test github.com/pelletier/go-toml
  26. - go test github.com/pelletier/go-toml/cmd/tomljson
  27. - go test github.com/pelletier/go-toml/cmd/tomll
  28. - go test github.com/pelletier/go-toml/query
上海开阖软件有限公司 沪ICP备12045867号-1