diff options
author | Etienne Samson <samson.etienne@gmail.com> | 2018-10-19 17:10:01 +0000 |
---|---|---|
committer | Etienne Samson <samson.etienne@gmail.com> | 2018-10-19 19:11:10 +0200 |
commit | f77e6cc74a9de44107fd0cb4b8e684da6aae709d (patch) | |
tree | 0227a0f210ab9c41fd6be3b0f3ca06b0cfa1b68b /azure-pipelines.yml | |
parent | 6a67e42da7ee67cc55b5d3057d8e5a5d8eeddfcc (diff) | |
download | libgit2-f77e6cc74a9de44107fd0cb4b8e684da6aae709d.tar.gz |
ci: make the Ubuntu/OpenSSL build explicit
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r-- | azure-pipelines.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a891de0b6..db64c7d59 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -16,6 +16,7 @@ jobs: imageName: 'libgit2/trusty-openssl:latest' environmentVariables: | CC=gcc + CMAKE_OPTIONS=-DUSE_HTTPS=OpenSSL LEAK_CHECK=valgrind - job: linux_trusty_gcc_mbedtls @@ -41,6 +42,7 @@ jobs: imageName: 'libgit2/trusty-openssl:latest' environmentVariables: | CC=clang + CMAKE_OPTIONS=-DUSE_HTTPS=OpenSSL LEAK_CHECK=valgrind - job: linux_trusty_clang_mbedtls |