Revision 161611cb3caaca4f0db5d5d6510890ce4babf4e3 authored by William Banfield on 03 November 2022, 14:42:10 UTC, committed by GitHub on 03 November 2022, 14:42:10 UTC
* e2e: configurable IP addresses for e2e testnet generator (backport #9592)

* resurrect 'misbehavior'
1 parent bdedf2e
Raw File
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