Browse Source

Update appveyor.yml

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

10
appveyor.yml

@ -5,12 +5,22 @@ image:
environment:
matrix:
- ARCH: arm
- ARCH: arm64
- ARCH: amd64
matrix:
exclude:
- image: Visual Studio 2017
ARCH: arm
- image: Visual Studio 2017
ARCH: arm64
build_script:
- ps: go build
test_script:
- ps: go build
deploy_script:
- ps: go build

Loading…
Cancel
Save