Browse Source

Delete appveyor.yml

master
yuriy0803 2 years ago committed by GitHub
parent
commit
9a1aa92278
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 18
      appveyor.yml

18
appveyor.yml

@ -1,18 +0,0 @@
version: 1.0.{build}
image:
- Ubuntu
environment:
matrix:
- ARCH: arm
- ARCH: arm64
- ARCH: amd64
build_script:
- ps: go build
test_script:
- ps: go build
deploy_script:
- ps: go build
Loading…
Cancel
Save