mirror of
https://github.com/robotn/gohook.git
synced 2024-11-22 11:10:58 +08:00
update and fmt appveyor.yml
This commit is contained in:
parent
98eb507a75
commit
ad571b9a4f
@ -6,7 +6,7 @@ version: "{build}"
|
|||||||
os: Visual Studio 2017
|
os: Visual Studio 2017
|
||||||
|
|
||||||
# Platform.
|
# Platform.
|
||||||
# platform:
|
# platform:
|
||||||
# - x64
|
# - x64
|
||||||
# - x86
|
# - x86
|
||||||
|
|
||||||
@ -26,7 +26,7 @@ environment:
|
|||||||
MSYSTEM: MINGW64
|
MSYSTEM: MINGW64
|
||||||
PATH: C:\msys64\mingw64\bin\;C:\Program Files (x86)\NSIS\;%PATH%
|
PATH: C:\msys64\mingw64\bin\;C:\Program Files (x86)\NSIS\;%PATH%
|
||||||
- GOARCH: 386
|
- GOARCH: 386
|
||||||
# GOVERSION: 1.9.3
|
# GOVERSION: 1.9.3
|
||||||
GETH_ARCH: 386
|
GETH_ARCH: 386
|
||||||
MSYS2_ARCH: i686
|
MSYS2_ARCH: i686
|
||||||
MSYS2_BITS: 32
|
MSYS2_BITS: 32
|
||||||
@ -43,7 +43,7 @@ environment:
|
|||||||
# - go version
|
# - go version
|
||||||
# - go env
|
# - go env
|
||||||
# - gcc --version
|
# - gcc --version
|
||||||
# - python --version
|
# - python --version
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- set PATH=%GOPATH%\bin;c:\go\bin;%PATH%
|
- set PATH=%GOPATH%\bin;c:\go\bin;%PATH%
|
||||||
@ -53,7 +53,7 @@ install:
|
|||||||
- 7z x go%GOVERSION%.windows-%GETH_ARCH%.zip -y -oC:\ > NUL
|
- 7z x go%GOVERSION%.windows-%GETH_ARCH%.zip -y -oC:\ > NUL
|
||||||
- go version
|
- go version
|
||||||
- go env
|
- go env
|
||||||
- gcc --version
|
- gcc --version
|
||||||
|
|
||||||
# To run your custom scripts instead of automatic MSBuild
|
# To run your custom scripts instead of automatic MSBuild
|
||||||
build_script:
|
build_script:
|
||||||
|
Loading…
Reference in New Issue
Block a user