All Downloads are FREE. Search and download functionalities are using the official Maven repository.

vendor.github.com.pion.stun.appveyor.yml Maven / Gradle / Ivy

There is a newer version: 2.9.1
Show newest version
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 .




© 2015 - 2024 Weber Informatics LLC | Privacy Policy