Skip to content
This repository has been archived by the owner on Jun 5, 2021. It is now read-only.

Commit

Permalink
ci: update appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed Jan 1, 2020
1 parent 0497ac8 commit 495aa7d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions appveyor.yml → .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
version: "{build}"

platform: x64
platform:
- x64
- x86

branches:
only:
Expand All @@ -12,11 +14,12 @@ clone_folder: c:\gortc\stun

environment:
GOPATH: c:\gopath
GOVERSION: 1.12
GOVERSION: 1.13

install:
- go version
- go get -v -t .

build_script:
- go vet ./...
- go test -v .

0 comments on commit 495aa7d

Please sign in to comment.