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.

12 lines
251 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. build_script:
  11. - cmd: make test
  12. test: off