Replace pgbuild.sh with a Makefile

This allows building both Zenith and PostgreSQL in one command. The
command is 'make'

Reviewed-by: Arseny Sher <sher-ars@yandex.ru>
This commit is contained in:
Heikki Linnakangas
2021-04-28 16:54:45 +03:00
parent bbec5a13bd
commit 41a3772e90
7 changed files with 58 additions and 80 deletions

View File

@@ -61,7 +61,7 @@ jobs:
- name: Build postgres
if: steps.cache_pg.outputs.cache-hit != 'true'
run: |
./pgbuild.sh
make postgres
- name: Install rust
run: |