From 7ef408dea1edca0d28b6deaeef0b47b7973525b1 Mon Sep 17 00:00:00 2001 From: yuriy0803 <68668177+yuriy0803@users.noreply.github.com> Date: Fri, 28 Apr 2023 17:40:14 +0200 Subject: [PATCH] Update appveyor.yml --- appveyor.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 880e0fc..1031f40 100644 --- a/appveyor.yml +++ b/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