mirror of
https://github.com/Yubico/yubico-pam.git
synced 2025-02-20 12:54:16 +01:00
ci: add mysql test job
This commit is contained in:
parent
9a80643a8e
commit
8538e93761
4
.github/workflows/build_and_test.yml
vendored
4
.github/workflows/build_and_test.yml
vendored
@ -23,6 +23,10 @@ jobs:
|
|||||||
cc: gcc-10
|
cc: gcc-10
|
||||||
config_args: "--without-ldap --without-cr --without-mysql"
|
config_args: "--without-ldap --without-cr --without-mysql"
|
||||||
extra: ""
|
extra: ""
|
||||||
|
- os: ubuntu-20.04
|
||||||
|
cc: gcc-10
|
||||||
|
config_args: ""
|
||||||
|
extra: "libldap2-dev libykpers-1-dev libnet-ldap-server-perl libmysqlclient-dev"
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- name: Build and test
|
- name: Build and test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user