summaryrefslogtreecommitdiff
path: root/scripts/ci-build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/ci-build.sh')
-rwxr-xr-xscripts/ci-build.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/ci-build.sh b/scripts/ci-build.sh
index dd318e52..2fd8e1cb 100755
--- a/scripts/ci-build.sh
+++ b/scripts/ci-build.sh
@@ -22,6 +22,7 @@ case "${build}" in
--with-webdav-props --with-webdav-locks --with-gdbm \
--with-memcached --with-lua --with-libev --with-libunwind \
--with-krb5 \
+ --with-nettle \
--with-gnutls \
--with-mbedtls \
--with-nss \
@@ -42,6 +43,7 @@ case "${build}" in
--with-webdav-props --with-webdav-locks --with-gdbm \
--with-memcached --with-lua --with-libev --with-libunwind \
--with-krb5 --with-sasl \
+ --with-nettle \
--with-gnutls \
--with-mbedtls \
--with-nss \
@@ -70,6 +72,7 @@ case "${build}" in
-DWITH_PGSQL=ON \
-DWITH_GNUTLS=ON \
-DWITH_MBEDTLS=ON \
+ -DWITH_NETTLE=ON \
-DWITH_NSS=ON \
-DWITH_OPENSSL=ON \
-DWITH_WOLFSSL=ON \