mirror of
https://github.com/Yubico/yubico-pam.git
synced 2024-11-29 00:24:11 +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
|
||||
config_args: "--without-ldap --without-cr --without-mysql"
|
||||
extra: ""
|
||||
- os: ubuntu-20.04
|
||||
cc: gcc-10
|
||||
config_args: ""
|
||||
extra: "libldap2-dev libykpers-1-dev libnet-ldap-server-perl libmysqlclient-dev"
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Build and test
|
||||
|
Loading…
Reference in New Issue
Block a user