mirror of
https://github.com/bstansell/conserver.git
synced 2025-04-08 03:24:12 +00:00
adding gssapi build for freebsd
This commit is contained in:
parent
975304f033
commit
3b1dbb3474
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user