go-ethereum/.travis.yml

39 lines
770 B
YAML
Raw Normal View History

2014-11-16 03:36:30 +02: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
env:
- docker
services:
- docker
git:
submodules: false # avoid cloning ethereum/tests
before_install:
- export DOCKER_CLI_EXPERIMENTAL=enabled
script:
2024-09-20 10:41:04 +03:00
- go version
- stage: build
if: type = push
os: linux
arch: arm64
dist: focal
go: 1.23.x
env:
- docker
services:
- docker
git:
submodules: false # avoid cloning ethereum/tests
before_install:
- export DOCKER_CLI_EXPERIMENTAL=enabled
script:
2024-09-20 10:41:04 +03:00
- go version