aboutsummaryrefslogtreecommitdiffstats
path: root/azure-pipelines
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2019-11-09 21:46:50 +0100
committerJay Berkenbilt <ejb@ql.org>2019-11-09 21:55:05 +0100
commita58918bb8756c7c8efb12a6a283cc7f879565141 (patch)
tree1e8b02a3d737635154a030efb0dd9939e39e98da /azure-pipelines
parentc4478e5249f935abe852b11275ffe48c29d8f997 (diff)
downloadqpdf-a58918bb8756c7c8efb12a6a283cc7f879565141.tar.zst
Explicitly disable gnutls for Windows build
Diffstat (limited to 'azure-pipelines')
-rwxr-xr-xazure-pipelines/build-windows2
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines/build-windows b/azure-pipelines/build-windows
index e48f6fa8..cd65ec6c 100755
--- a/azure-pipelines/build-windows
+++ b/azure-pipelines/build-windows
@@ -27,7 +27,7 @@ PATH=$cwd/libqpdf/build:$PATH
installdir=install-$tool$wordsize
rm -rf $installdir
-./config-$tool --enable-show-failed-test-output
+./config-$tool --enable-show-failed-test-output --disable-crypto-gnutls
make -j$(nproc) -k
make -k check
make install