https://github.com/tendermint/tendermint
Raw File
Tip revision: 1b94b42688a3a0e549e3a8910789b9ce24322c41 authored by JayT106 on 09 November 2022, 23:50:25 UTC
fix check_tx cache problem (#9690)
Tip revision: 1b94b42
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