From 3b1dbb347436f37cbdcae82cad36d2537877e1d5 Mon Sep 17 00:00:00 2001 From: Bryan Stansell Date: Fri, 29 Mar 2019 16:46:27 -0700 Subject: [PATCH] adding gssapi build for freebsd --- .cirrus.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.cirrus.yml b/.cirrus.yml index 5e3d353..f5fdc1e 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -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: