github.com/project-88388/tendermint-v0.34.14-terra.2@v1.0.0/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