Browse Source

Update appveyor.yml

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

9
appveyor.yml

@ -4,9 +4,12 @@ image:
environment: environment:
matrix: matrix:
- ARCH: arm - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
- ARCH: arm64 MY_VAR: value1
- ARCH: amd64 - APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu
MY_VAR: value3
- APPVEYOR_BUILD_WORKER_IMAGE: macOS
MY_VAR: value4
build_script: build_script:
- ps: go build - ps: go build

Loading…
Cancel
Save