Merge pull request #493 from dveeden/ci_pgsql

CI: Also build with PostgreSQL support
This commit is contained in:
Alexey Kopytov
2023-07-09 16:47:48 +03:00
committed by GitHub

View File

@ -14,7 +14,7 @@ jobs:
- name: Autogen
run: ./autogen.sh
- name: Configure
run: ./configure
run: ./configure --with-mysql --with-pgsql
- name: Build
run: make
- name: MySQL version