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.

13 lines
279 B

  1. version: 1.0.{build}
  2. configuration: Release
  3. platform:
  4. - x64
  5. - x86
  6. clone_folder: c:\go\path\src\github.com\tendermint\tendermint
  7. before_build:
  8. - cmd: set GOPATH=%GOROOT%\path
  9. - cmd: set PATH=%GOPATH%\bin;%PATH%
  10. - cmd: make get_vendor_deps
  11. build_script:
  12. - cmd: make test
  13. test: off