mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 02:12:23 +00:00
test various
This commit is contained in:
parent
1350069327
commit
4ffcdb4b38
1 changed files with 49 additions and 33 deletions
82
.travis.yml
82
.travis.yml
|
|
@ -8,14 +8,8 @@ jobs:
|
||||||
arch: amd64
|
arch: amd64
|
||||||
dist: focal
|
dist: focal
|
||||||
go: 1.23.x
|
go: 1.23.x
|
||||||
env:
|
|
||||||
- docker
|
|
||||||
services:
|
|
||||||
- docker
|
|
||||||
git:
|
git:
|
||||||
submodules: false # avoid cloning ethereum/tests
|
submodules: false # avoid cloning ethereum/tests
|
||||||
before_install:
|
|
||||||
- export DOCKER_CLI_EXPERIMENTAL=enabled
|
|
||||||
script:
|
script:
|
||||||
- go version
|
- go version
|
||||||
|
|
||||||
|
|
@ -24,37 +18,59 @@ jobs:
|
||||||
os: linux
|
os: linux
|
||||||
arch: arm64
|
arch: arm64
|
||||||
dist: focal
|
dist: focal
|
||||||
go: 1.23.1
|
go: 1.23.x
|
||||||
env:
|
git:
|
||||||
- docker
|
submodules: false # avoid cloning ethereum/tests
|
||||||
services:
|
script:
|
||||||
- docker
|
- ls -la /Users/travis/gopath/bin/
|
||||||
|
- go version
|
||||||
|
|
||||||
|
- stage: build
|
||||||
|
if: type = push
|
||||||
|
os: linux
|
||||||
|
arch: arm64
|
||||||
|
dist: focal
|
||||||
|
go: 1.23.1
|
||||||
|
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
|
||||||
|
dist: focal
|
||||||
|
go: 1.23.0
|
||||||
|
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
|
||||||
|
dist: focal
|
||||||
|
go: 1.22.7
|
||||||
git:
|
git:
|
||||||
submodules: false # avoid cloning ethereum/tests
|
submodules: false # avoid cloning ethereum/tests
|
||||||
before_install:
|
|
||||||
- export DOCKER_CLI_EXPERIMENTAL=enabled
|
|
||||||
script:
|
script:
|
||||||
- ls -la /Users/travis/gopath/bin/
|
- ls -la /Users/travis/gopath/bin/
|
||||||
- go version
|
- go version
|
||||||
|
|
||||||
|
|
||||||
- stage: build
|
# - stage: build
|
||||||
if: type = push
|
# if: type = push
|
||||||
os: osx
|
# os: osx
|
||||||
osx_image: xcode14.2
|
# osx_image: xcode14.2
|
||||||
go: 1.23.1
|
# go: 1.23.1
|
||||||
env:
|
# env:
|
||||||
- azure-osx
|
# - azure-osx
|
||||||
git:
|
# git:
|
||||||
submodules: false # avoid cloning ethereum/tests
|
# submodules: false # avoid cloning ethereum/tests
|
||||||
script:
|
# script:
|
||||||
# - ln -sf /Users/travis/gopath/bin/go1.23.1 /Users/travis/gopath/bin/go
|
# - ln -sf /Users/travis/gopath/bin/go1.23.1 /usr/local/bin/go
|
||||||
- ln -sf /Users/travis/gopath/bin/go1.23.1 /usr/local/bin/go
|
# - go version
|
||||||
# - command -v go
|
|
||||||
# - $(command -v go) version
|
|
||||||
# - ls -la `command -v go`
|
|
||||||
# - which go
|
|
||||||
# - $(which go) version
|
|
||||||
# - ls -la `which go`
|
|
||||||
# - which go1.23.1
|
|
||||||
- go version
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue