From efe659d763759a1eb7d573c01dfbeedeab3fc1ed Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Tue, 30 Jul 2019 14:13:04 +0200 Subject: travis: add fuzzit.dev support Based on https://github.com/fuzzitdev/example-go Let's see if it works... --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4bf64a8a1..2453a3765 100644 --- a/Makefile +++ b/Makefile @@ -340,8 +340,9 @@ install_prerequisites: sudo apt-get install -y -q g++-powerpc64le-linux-gnu || true sudo apt-get install -y -q g++-arm-linux-gnueabi || true sudo apt-get install -y -q ragel clang-format - go get -u golang.org/x/tools/cmd/goyacc - go get -u github.com/golangci/golangci-lint/cmd/golangci-lint + go get -u golang.org/x/tools/cmd/goyacc \ + github.com/golangci/golangci-lint/cmd/golangci-lint \ + github.com/dvyukov/go-fuzz/go-fuzz-build check_links: python ./tools/check_links.py $$(pwd) $$(ls ./*.md; find ./docs/ -name '*.md') -- cgit mrf-deployment