summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorMartin Matuska <martin@matuska.org>2020-01-03 00:24:39 +0100
committerMartin Matuska <martin@matuska.org>2020-01-03 03:10:32 +0100
commitf96a71144b7725ca4a94d84bd27d7dca8c2f58d2 (patch)
tree44e5f4496eb19dcb943b47e8cf716e17b54964a8 /.cirrus.yml
parentded60625ca7cbd87a8aab6c23cb674373ea139f1 (diff)
downloadlibarchive-f96a71144b7725ca4a94d84bd27d7dca8c2f58d2.tar.gz
Add mbed TLS as optional crypto provider
Make Nettle optional and OpenSSL default Fixes #1301
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml13
1 files changed, 8 insertions, 5 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 25c25611..bcc95358 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -29,11 +29,14 @@ FreeBSD_task:
Fedora_30_task:
container:
dockerfile: build/ci/cirrus_ci/Dockerfile.fc30
- matrix:
- env:
- BS: autotools
- env:
- BS: cmake
+ env:
+ matrix:
+ - BS: autotools
+ - BS: cmake
+ matrix:
+ - CRYPTO: mbedtls
+ - CRYPTO: nettle
+ - CRYPTO: openssl
configure_script:
- ./build/ci/build.sh -a autogen
- ./build/ci/build.sh -a configure