blob: 629470cf61dfa9faaa5eccd649bba4f794d9ce1c [file] [log] [blame]
Holger Hildebrandtfa074992020-03-27 15:42:06 +00001dist: xenial
2language: go
3
4go:
5 - 1.10.x
6 - 1.11.x
7 - 1.12.x
8
9os:
10 - linux
11 - osx
12
13matrix:
14 include:
15 name: "Go 1.11.x CentOS 32bits"
16 language: go
17 go: 1.11.x
18 os: linux
19 services:
20 - docker
21 script:
22 # Please update Go version in travis_test_32 as needed
23 - "docker run -i -v \"${PWD}:/zstd\" toopher/centos-i386:centos6 /bin/bash -c \"linux32 --32bit i386 /zstd/travis_test_32.sh\""
24
25install:
26 - "wget https://github.com/DataDog/zstd/files/2246767/mr.zip"
27 - "unzip mr.zip"
28script:
29 - "go build"
30 - "PAYLOAD=`pwd`/mr go test -v"
31 - "PAYLOAD=`pwd`/mr go test -bench ."