adding gssapi build for freebsd

This commit is contained in:
Bryan Stansell 2019-03-29 16:46:27 -07:00
parent 975304f033
commit 3b1dbb3474
No known key found for this signature in database
GPG Key ID: 28E4B7253029E7F6

View File

@ -22,6 +22,11 @@ freebsd_12_task:
- ./configure --with-pam --with-openssl || { cat config.log; exit 1; }
- make
- make test
gssapi_script:
- "[ -f Makefile ] && make distclean"
- ./configure --with-gssapi || { cat config.log; exit 1; }
- make
- make test
linux_gcc_task:
container: