open-policy-agent / contrib

Integrations, examples, and proof-of-concepts that are not part of OPA proper.

Home Page:http://www.openpolicyagent.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Set up CI for contrib directories

tsandall opened this issue · comments

We expect contrib directories to come with a Makefile that includes standard targets to build, test, publish Docker images, etc.

We should have a top-level Makefile or script that can run each sub-directory accordingly.

We can use Travis CI for CI as we already do this for OPA proper.

This is done in #11