From ad571b9a4f8df94da1aeab62227aeb040d9615e8 Mon Sep 17 00:00:00 2001 From: vcaesar Date: Thu, 12 Dec 2019 13:22:24 -0400 Subject: [PATCH] update and fmt appveyor.yml --- appveyor.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index a57ff2f..3f9dc22 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -6,7 +6,7 @@ version: "{build}" os: Visual Studio 2017 # Platform. -# platform: +# platform: # - x64 # - x86 @@ -26,7 +26,7 @@ environment: MSYSTEM: MINGW64 PATH: C:\msys64\mingw64\bin\;C:\Program Files (x86)\NSIS\;%PATH% - GOARCH: 386 - # GOVERSION: 1.9.3 + # GOVERSION: 1.9.3 GETH_ARCH: 386 MSYS2_ARCH: i686 MSYS2_BITS: 32 @@ -43,7 +43,7 @@ environment: # - go version # - go env # - gcc --version - # - python --version +# - python --version install: - set PATH=%GOPATH%\bin;c:\go\bin;%PATH% @@ -53,7 +53,7 @@ install: - 7z x go%GOVERSION%.windows-%GETH_ARCH%.zip -y -oC:\ > NUL - go version - go env - - gcc --version + - gcc --version # To run your custom scripts instead of automatic MSBuild build_script: