Commit f77e6cc7 by Etienne Samson

ci: make the Ubuntu/OpenSSL build explicit

parent 6a67e42d
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment