diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2019-07-30 14:13:04 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-07-30 14:13:44 +0200 |
| commit | efe659d763759a1eb7d573c01dfbeedeab3fc1ed (patch) | |
| tree | 72851b98b77de7c949199f0b799ec80a5a2e3335 /Makefile | |
| parent | 9ad042d8ec73309be197389bc70e8207868a81c7 (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-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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') |
