From 0a58cb0f95502b98ed4f76d0f3f27d4fb3c549c7 Mon Sep 17 00:00:00 2001 From: yuriy0803 <68668177+yuriy0803@users.noreply.github.com> Date: Fri, 28 Apr 2023 21:41:04 +0200 Subject: [PATCH] Update appveyor.yml --- appveyor.yml | 21 +++------------------ 1 file changed, 3 insertions(+), 18 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 0bf667f..8a7af31 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,6 +1,5 @@ version: 1.0.{build} image: -- Visual Studio 2017 - Ubuntu environment: @@ -8,26 +7,12 @@ environment: - ARCH: arm - ARCH: arm64 - ARCH: amd64 - - GETH_ARCH: amd64 - GETH_CC: C:\msys64\mingw64\bin\gcc.exe - PATH: C:\msys64\mingw64\bin;C:\Program Files (x86)\NSIS\;%PATH% - -install: - - git submodule update --init --depth 1 --recursive - - go version - -matrix: - exclude: - - image: Visual Studio 2017 - ARCH: arm - - image: Visual Studio 2017 - ARCH: arm64 build_script: - - ps: make + - ps: go build test_script: - - ps: make + - ps: go build deploy_script: - - ps: make + - ps: go build