mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 06:06:44 +00:00
appveyor.yml: try 32bit
This commit is contained in:
parent
47d73df19e
commit
bb8db6302f
1 changed files with 2 additions and 2 deletions
|
|
@ -7,11 +7,11 @@ version: "{branch}.{build}"
|
||||||
environment:
|
environment:
|
||||||
global:
|
global:
|
||||||
GOPATH: c:\gopath
|
GOPATH: c:\gopath
|
||||||
CC: c:\mingw-w64\i686-5.3.0-posix-dwarf-rt_v4-rev0\mingw32\bin\gcc.exe
|
PATH: c:\go16-x86;c:\mingw\bin;%PATH%
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- go version
|
- go version
|
||||||
- "%CC% --version"
|
- gcc --version
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- go run build\ci.go install
|
- go run build\ci.go install
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue