mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
.travis: first naive attempt at a FreeBSD build
This commit is contained in:
parent
96fb839133
commit
d9567a8322
1 changed files with 7 additions and 0 deletions
|
|
@ -56,6 +56,13 @@ jobs:
|
||||||
- go run build/ci.go install
|
- go run build/ci.go install
|
||||||
- go run build/ci.go test -coverage $TEST_PACKAGES
|
- go run build/ci.go test -coverage $TEST_PACKAGES
|
||||||
|
|
||||||
|
- os: FreeBSD
|
||||||
|
dist: 12.0-STABLE
|
||||||
|
go: 1.12.x
|
||||||
|
script:
|
||||||
|
- go run build/ci.go install
|
||||||
|
- go run build/ci.go test -coverage $TEST_PACKAGES
|
||||||
|
|
||||||
# This builder does the Ubuntu PPA upload
|
# This builder does the Ubuntu PPA upload
|
||||||
- stage: build
|
- stage: build
|
||||||
if: type = push
|
if: type = push
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue