Merge pull request #493 from dveeden/ci_pgsql
CI: Also build with PostgreSQL support
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
||||
Reference in New Issue
Block a user