mirror of
https://github.com/42wim/matterbridge.git
synced 2024-11-15 08:29:25 +01:00
18 lines
277 B
YAML
18 lines
277 B
YAML
dist: bionic
|
|
language: go
|
|
|
|
go:
|
|
- "1.12.x"
|
|
|
|
install:
|
|
- go build -v ./...
|
|
|
|
script:
|
|
- go test -v ./...
|
|
- go test -run=^$ -bench=BenchmarkReference -benchmem
|
|
- ./s/test_with_codecoverage.sh
|
|
- ./s/ci_fuzzit.sh
|
|
|
|
after_success:
|
|
- bash <(curl -s https://codecov.io/bash)
|