aboutsummaryrefslogtreecommitdiffstats
path: root/azure-pipelines/build-windows
diff options
context:
space:
mode:
authorDean Scarff <deanscarff@google.com>2020-04-06 09:19:52 +0200
committerJay Berkenbilt <jberkenbilt@users.noreply.github.com>2020-04-06 15:01:55 +0200
commit98174373b92ea949e3b5ff44dff88ba4d060df2c (patch)
tree14bac438b28a2095bf9c263f0134681cb4695ffa /azure-pipelines/build-windows
parent0f2507234fbe3bd305404b1267607b9900857523 (diff)
downloadqpdf-98174373b92ea949e3b5ff44dff88ba4d060df2c.tar.zst
Update azure-pipelines for openssl crypto provider
Explicitly enable openssl crypto provider in the linux and sanitizer builds, and disable it in the windows build.
Diffstat (limited to 'azure-pipelines/build-windows')
-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 cd65ec6c..9e902e52 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 --disable-crypto-gnutls
+./config-$tool --enable-show-failed-test-output --disable-crypto-gnutls --disable-crypto-openssl
make -j$(nproc) -k
make -k check
make install