Commit f77e6cc74a9de44107fd0cb4b8e684da6aae709d

Etienne Samson 2018-10-19T17:10:01

ci: make the Ubuntu/OpenSSL build explicit

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index a891de0..db64c7d 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