Browse Source

Create appveyor.yml

master
yuriy0803 3 years ago committed by GitHub
parent
commit
7dfae1f2e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 14
      appveyor.yml

14
appveyor.yml

@ -0,0 +1,14 @@
build: off
clone_folder: /usr/go/src/github.com/$username/$project
environment:
GOPATH: /usr/go/
stack: go 1.18
before_test:
- go vet ./...
test_script:
- go test ./...
Loading…
Cancel
Save