https://github.com/tendermint/tendermint
Raw File
Tip revision: 014cdcf09844d48f6d30f3e520034b7edffd9670 authored by Thane Thomson on 22 November 2022, 12:42:46 UTC
Release v0.34.24 (#9734)
Tip revision: 014cdcf
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