mdlayher / ndp

Package ndp implements the Neighbor Discovery Protocol, as described in RFC 4861. MIT Licensed.

Home Page:https://tools.ietf.org/html/rfc4861

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Set up Drone Cloud CI using ndp

vielmetti opened this issue · comments

PR to follow.

Set up Drone Cloud CI, with one or more of the following, as first implemented in Travis CI .travis.yml.

  • Set up Drone Cloud for a repo in the branch
  • Build ndp
  • Test ndp using static tests (golint, staticcheck)
  • Test ndp using "go test"
  • Test ipv6 status

I ended up setting up builds.sr.ht, but thanks anyway!

Nice! thanks