2014-11-15 19:36:30 -06:00
|
|
|
language: go
|
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:
|
2021-06-21 05:01:24 -05:00
|
|
|
- stage: build
|
2021-06-18 07:28:30 -05:00
|
|
|
if: type = push
|
|
|
|
os: linux
|
|
|
|
arch: amd64
|
2024-08-20 10:34:03 -05:00
|
|
|
dist: focal
|
2024-08-20 08:50:07 -05:00
|
|
|
go: 1.23.x
|
2021-06-18 07:28:30 -05:00
|
|
|
env:
|
|
|
|
- docker
|
|
|
|
services:
|
|
|
|
- docker
|
|
|
|
git:
|
|
|
|
submodules: false # avoid cloning ethereum/tests
|
2021-06-21 11:43:37 -05:00
|
|
|
before_install:
|
|
|
|
- export DOCKER_CLI_EXPERIMENTAL=enabled
|
2021-06-18 07:28:30 -05:00
|
|
|
script:
|
2024-09-20 02:41:04 -05:00
|
|
|
- go version
|
2021-06-18 07:28:30 -05:00
|
|
|
|
2021-06-21 05:01:24 -05:00
|
|
|
- stage: build
|
2021-06-18 07:28:30 -05:00
|
|
|
if: type = push
|
|
|
|
os: linux
|
|
|
|
arch: arm64
|
2024-08-20 10:34:03 -05:00
|
|
|
dist: focal
|
2024-08-20 08:50:07 -05:00
|
|
|
go: 1.23.x
|
2021-06-18 07:28:30 -05:00
|
|
|
env:
|
|
|
|
- docker
|
|
|
|
services:
|
|
|
|
- docker
|
|
|
|
git:
|
|
|
|
submodules: false # avoid cloning ethereum/tests
|
2021-06-21 11:43:37 -05:00
|
|
|
before_install:
|
|
|
|
- export DOCKER_CLI_EXPERIMENTAL=enabled
|
2021-06-18 07:28:30 -05:00
|
|
|
script:
|
2024-09-20 02:41:04 -05:00
|
|
|
- go version
|
2020-11-11 16:52:50 -06:00
|
|
|
|
2024-09-20 06:37:42 -05:00
|
|
|
|
|
|
|
- stage: build
|
|
|
|
if: type = push
|
|
|
|
os: osx
|
|
|
|
osx_image: xcode14.2
|
|
|
|
go: 1.23.x
|
|
|
|
env:
|
|
|
|
- azure-osx
|
|
|
|
git:
|
|
|
|
submodules: false # avoid cloning ethereum/tests
|
|
|
|
script:
|
|
|
|
- go version
|