Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Docker test environment for easy development. #279

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Feb 16, 2022

  1. General test README cleanup.

    jcoleman authored and jcoleman committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    9d2ba5f View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2022

  1. Add Docker test environment for easy development.

    Add a Dockerfile with a Postgres build environment as well as simple
    scripting to make it easy for contributors to quickly iterate on
    extension development without needing to configure a build environment.
    
    Unfortunately I can't easily add the Docker setup to the Makefile (as
    it's normally common to do) since the existing Makefile requires the
    full Postgres extension build environment, which would defeat a lot of
    the purpose of the Docker environment in the first place.
    jcoleman authored and jcoleman committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    9c4b328 View commit details
    Browse the repository at this point in the history