We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I filed a support for Heroku PostgreSQL to add pgtap (http://pgtap.org/documentation.html)
but maybe this is easier and more relevant to do in this buildpack.
The text was updated successfully, but these errors were encountered:
OK, I'm able to build the extension separately:
heroku ci:debug and then:
heroku ci:debug
git clone https://github.com/theory/pgtap.git cd pgtap make #make installcheck make install
Sorry, something went wrong.
I made this part of app.json:
{ "environments": { "test": { "env": { }, "buildpacks": [ { "url": "https://github.com/heroku/heroku-buildpack-ci-postgresql" } ], "scripts": { "test-setup": "./heroku-test-setup.sh", "test": "cd server; ./test.sh $DATABASE_URL" } } } }
heroku-test-setup.sh is:
git clone https://github.com/theory/pgtap.git cd pgtap make #make installcheck make install cd ../server ./setup.sh $DATABASE_URL
Would be great to be able to install postgis too. Unfortunately, postgis requires a couple other extra libs.
No branches or pull requests
I filed a support for Heroku PostgreSQL to add pgtap (http://pgtap.org/documentation.html)
but maybe this is easier and more relevant to do in this buildpack.
The text was updated successfully, but these errors were encountered: