gitea

Development moved to Codeberg

  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7
  8. 8
  9. 9
  10. 10
  11. 11
  12. 12
  13. 13
  14. 14
version: "{build}"
platform: x64
clone_folder: c:\gopath\src\github.com\sirupsen\logrus
environment:
  GOPATH: c:\gopath
branches:
  only:
    - master
install:
  - set PATH=%GOPATH%\bin;c:\go\bin;%PATH%
  - go version
build_script:
  - go get -t
  - go test