aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2019-07-30 14:13:04 +0200
committerDmitry Vyukov <dvyukov@google.com>2019-07-30 14:13:44 +0200
commitefe659d763759a1eb7d573c01dfbeedeab3fc1ed (patch)
tree72851b98b77de7c949199f0b799ec80a5a2e3335 /Makefile
parent9ad042d8ec73309be197389bc70e8207868a81c7 (diff)
travis: add fuzzit.dev support
Based on https://github.com/fuzzitdev/example-go Let's see if it works...
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
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')