mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
try to extract built geth
This commit is contained in:
parent
01027deaa6
commit
8a602be341
1 changed files with 4 additions and 0 deletions
|
|
@ -55,3 +55,7 @@ for:
|
||||||
- go run build/ci.go nsis -arch %GETH_ARCH% -signer WINDOWS_SIGNING_KEY -upload gethstore/builds
|
- go run build/ci.go nsis -arch %GETH_ARCH% -signer WINDOWS_SIGNING_KEY -upload gethstore/builds
|
||||||
test_script:
|
test_script:
|
||||||
- go run build/ci.go test -dlgo -arch %GETH_ARCH% -cc %GETH_CC% -short
|
- go run build/ci.go test -dlgo -arch %GETH_ARCH% -cc %GETH_CC% -short
|
||||||
|
artifacts:
|
||||||
|
- path: geth.exe
|
||||||
|
name: geth
|
||||||
|
type: zip
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue