go-ethereum/.travis.yml

63 lines
1.3 KiB
YAML
Raw Normal View History

2014-11-15 19:36:30 -06:00
language: go
go_import_path: github.com/ethereum/go-ethereum
jobs:
include:
- stage: build
if: type = push
os: linux
arch: amd64
dist: focal
go: 1.23.x
git:
submodules: false # avoid cloning ethereum/tests
script:
2024-09-20 02:41:04 -05:00
- go version
2024-09-23 05:09:04 -05:00
- stage: build
if: type = push
os: linux
arch: arm64
2024-09-27 04:41:36 -05:00
dist: jammy
2024-09-23 05:09:04 -05:00
go: 1.23.x
git:
submodules: false # avoid cloning ethereum/tests
script:
- ls -la /Users/travis/gopath/bin/
- go version
- stage: build
if: type = push
os: linux
arch: arm64
2024-09-27 04:41:36 -05:00
dist: jammy
2024-09-20 06:44:28 -05:00
go: 1.23.1
git:
submodules: false # avoid cloning ethereum/tests
script:
2024-09-22 02:49:18 -05:00
- ls -la /Users/travis/gopath/bin/
2024-09-20 02:41:04 -05:00
- go version
2024-09-23 05:09:04 -05:00
- stage: build
if: type = push
os: linux
arch: arm64
2024-09-27 04:41:36 -05:00
dist: jammy
2024-09-27 04:34:56 -05:00
go: 1.22.7
2024-09-23 05:09:04 -05:00
git:
submodules: false # avoid cloning ethereum/tests
script:
- ls -la /Users/travis/gopath/bin/
- go version
2024-09-20 06:37:42 -05:00
- stage: build
if: type = push
2024-09-23 05:09:04 -05:00
os: linux
arch: arm64
2024-09-27 04:41:36 -05:00
dist: jammy
2024-09-27 04:34:56 -05:00
go: 1.22.x
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