mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/yunionio/cloudpods.git
synced 2026-09-21 00:24:07 +08:00
19 lines
257 B
YAML
19 lines
257 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.8.x
|
|
- 1.9.x
|
|
- 1.10.x
|
|
|
|
os:
|
|
- linux
|
|
- osx
|
|
|
|
install:
|
|
- "wget http://sun.aei.polsl.pl/~sdeor/corpus/mr.bz2"
|
|
- "bzip2 -d mr.bz2"
|
|
script:
|
|
- "go build"
|
|
- "PAYLOAD=`pwd`/mr go test -v"
|
|
- "PAYLOAD=`pwd`/mr go test -bench ."
|