Skip to content

Instantly share code, notes, and snippets.

@MarHoff
Last active February 9, 2017 10:14
Show Gist options
  • Save MarHoff/1556a9a035ab6f0776009daef69c3834 to your computer and use it in GitHub Desktop.
Save MarHoff/1556a9a035ab6f0776009daef69c3834 to your computer and use it in GitHub Desktop.
A stub for adding pgtap to CI
git clone git@github.com:theory/pgtap.git
cd pgtap/
git checkout v0.97.0
sudo apt-get install libtap-parser-sourcehandler-pgtap-perl
make
sudo -u postgres make installcheck
sudo -u postgres make install
psql -U postgres -c "CREATE EXTENSION pgtap"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment