Add Makefile to deploy with Sqitch and test with pg_prove

This is mainly intended for CI scripts, when building the distribution
package.
This commit is contained in:
jordi fita mas 2023-07-22 23:56:16 +02:00
parent 5d0861824a
commit 53347b0e80
1 changed files with 5 additions and 0 deletions

5
Makefile Normal file
View File

@ -0,0 +1,5 @@
test-deploy:
sqitch deploy --db-name $(PGDATABASE)
pg_prove test/*
.PHONY: test-db