github.com/pure-x-eth/consensus_tm@v0.0.0-20230502163723-e3c2ff987250/appveyor.yml (about)

     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