2014-11-15 19:36:30 -06:00
|
|
|
language: go
|
2024-09-30 01:12:43 -05:00
|
|
|
os: linux
|
2016-05-25 07:07:57 -05:00
|
|
|
go_import_path: github.com/ethereum/go-ethereum
|
2019-07-25 00:51:31 -05:00
|
|
|
jobs:
|
2016-05-25 07:07:57 -05:00
|
|
|
include:
|
2024-09-23 05:09:04 -05:00
|
|
|
- stage: build
|
|
|
|
if: type = push
|
|
|
|
os: linux
|
2024-09-30 02:17:05 -05:00
|
|
|
go: 1.22.1
|
2024-09-23 05:09:04 -05:00
|
|
|
arch: arm64
|
2024-09-30 02:17:05 -05:00
|
|
|
dist: xenial
|
2024-09-23 05:09:04 -05:00
|
|
|
git:
|
|
|
|
submodules: false # avoid cloning ethereum/tests
|
|
|
|
script:
|
|
|
|
- ls -la /Users/travis/gopath/bin/
|
|
|
|
- go version
|
|
|
|
|
2021-06-21 05:01:24 -05:00
|
|
|
- stage: build
|
2021-06-18 07:28:30 -05:00
|
|
|
if: type = push
|
|
|
|
os: linux
|
2024-09-30 01:54:40 -05:00
|
|
|
go: 1.21.1
|
2021-06-18 07:28:30 -05:00
|
|
|
arch: arm64
|
2024-09-30 02:17:05 -05:00
|
|
|
dist: xenial
|
2024-09-20 06:37:42 -05:00
|
|
|
git:
|
|
|
|
submodules: false # avoid cloning ethereum/tests
|
|
|
|
script:
|
2024-09-23 05:09:04 -05:00
|
|
|
- ls -la /Users/travis/gopath/bin/
|
2024-09-20 06:37:42 -05:00
|
|
|
- go version
|