and even more

This commit is contained in:
Bryan Stansell 2019-03-27 11:24:45 -07:00
parent 009bd45dad
commit f84e82a8d7
No known key found for this signature in database
GPG Key ID: 28E4B7253029E7F6

View File

@ -11,6 +11,16 @@ freebsd_12_task:
- ./configure || { cat config.log; exit 1; }
- make
- make test
uds_script:
- ./package/setup-configure
- ./configure --with-trust-uds-cred --with-uds || { cat config.log; exit 1; }
- make
- make test
pam_ssl_script:
- ./package/setup-configure
- ./configure --with-pam --with-openssl || { cat config.log; exit 1; }
- make
- make test
linux_gcc_task:
container:
@ -41,3 +51,13 @@ macos_task:
- ./configure || { cat config.log; exit 1; }
- make
- make test
uds_script:
- ./package/setup-configure
- ./configure --with-trust-uds-cred --with-uds || { cat config.log; exit 1; }
- make
- make test
pam_ssl_script:
- ./package/setup-configure
- ./configure --with-pam --with-openssl || { cat config.log; exit 1; }
- make
- make test