mirror of https://github.com/tidwall/tile38.git
Update travis ci test and push
This commit is contained in:
parent
cfc65a13f6
commit
9d8eb05258
2
Makefile
2
Makefile
|
@ -44,3 +44,5 @@ uninstall:
|
||||||
rm -f /usr/local/bin/tile38-cli
|
rm -f /usr/local/bin/tile38-cli
|
||||||
rm -f /usr/local/bin/tile38-benchmark
|
rm -f /usr/local/bin/tile38-benchmark
|
||||||
|
|
||||||
|
travis-docker-push: tile38-server tile38-cli tile38-benchmark
|
||||||
|
@./scripts/travis-docker-push.sh
|
||||||
|
|
|
@ -3,5 +3,9 @@
|
||||||
set -e
|
set -e
|
||||||
cd $(dirname "${BASH_SOURCE[0]}")/..
|
cd $(dirname "${BASH_SOURCE[0]}")/..
|
||||||
|
|
||||||
|
export CGO_ENABLED=0
|
||||||
|
export GO111MODULE=on
|
||||||
|
export GOFLAGS=-mod=vendor
|
||||||
|
|
||||||
cd tests && go test && cd ..
|
cd tests && go test && cd ..
|
||||||
go test $(go list ./... | grep -v /vendor/ | grep -v /tests)
|
go test $(go list ./... | grep -v /vendor/ | grep -v /tests)
|
||||||
|
|
Loading…
Reference in New Issue