go-ethereum/.travis.yml

56 lines
1.2 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
env:
- docker
services:
- docker
git:
submodules: false # avoid cloning ethereum/tests
before_install:
- export DOCKER_CLI_EXPERIMENTAL=enabled
script:
2024-09-20 02:41:04 -05:00
- go version
- stage: build
if: type = push
os: linux
arch: arm64
dist: focal
2024-09-20 06:44:28 -05:00
go: 1.23.1
env:
- docker
services:
- docker
git:
submodules: false # avoid cloning ethereum/tests
before_install:
- export DOCKER_CLI_EXPERIMENTAL=enabled
script:
2024-09-20 02:41:04 -05:00
- go version
2024-09-20 06:37:42 -05:00
- stage: build
if: type = push
os: osx
osx_image: xcode14.2
2024-09-20 06:44:28 -05:00
go: 1.23.1
2024-09-20 06:37:42 -05:00
env:
- azure-osx
git:
submodules: false # avoid cloning ethereum/tests
script:
2024-09-20 07:40:54 -05:00
- ln -fs /Users/travis/gopath/bin/go1.23.1 /Users/travis/gopath/bin/go
2024-09-20 07:24:14 -05:00
- go1.23.1 version
- which go
2024-09-20 07:32:08 -05:00
- ls -la `which go`
2024-09-20 07:24:14 -05:00
- which go1.23.1
2024-09-20 06:37:42 -05:00
- go version