https://github.com/tendermint/tendermint
Raw File
Tip revision: cfd663c43c5efa769401f0b4f7ddf5495d6b06d5 authored by Callum Waters on 28 November 2022, 21:06:42 UTC
Merge branch 'main' into cal/local-sync-adr
Tip revision: cfd663c
appveyor.yml
version: 1.0.{build}
configuration: Release
platform:
  - x64
  - x86
clone_folder: c:\go\path\src\github.com\tendermint\tendermint
before_build:
  - cmd: set GOPATH=%GOROOT%\path
  - cmd: set PATH=%GOPATH%\bin;%PATH%
build_script:
  - cmd: make test
test: off
back to top