mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 14:16:21 +00:00
926f6a3c72
This reverts commit d0ca4447c6c5642830354740d045f453eb3e77e8.
23 lines
261 B
YAML
23 lines
261 B
YAML
version: "{build}"
|
|
|
|
platform: x64
|
|
|
|
branches:
|
|
only:
|
|
- master
|
|
|
|
skip_tags: true
|
|
|
|
clone_folder: c:\gopath\src\github.com\pion\stun
|
|
|
|
environment:
|
|
GOPATH: c:\gopath
|
|
GOVERSION: 1.12
|
|
|
|
install:
|
|
- go version
|
|
- go get -v -t .
|
|
|
|
build_script:
|
|
- go test -v .
|