mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 02:12:23 +00:00
also test osx
This commit is contained in:
parent
f5383ef2fc
commit
d962f8fd69
1 changed files with 12 additions and 0 deletions
12
.travis.yml
12
.travis.yml
|
|
@ -36,3 +36,15 @@ jobs:
|
||||||
script:
|
script:
|
||||||
- go version
|
- go version
|
||||||
|
|
||||||
|
|
||||||
|
- 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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue