- mbedtls and zlib are searched with find_package, and we use the vendored version if nothing is found

This commit is contained in:
Benjamin Sergeant
2019-06-10 11:18:27 -07:00
parent 61e5f52286
commit 750a752ac0
4 changed files with 69 additions and 50 deletions

View File

@ -36,6 +36,6 @@ matrix:
- CMAKE_PATH="/c/Program Files/CMake/bin"
script:
- export PATH=$CMAKE_PATH:$PATH
- cmake -DUSE_TLS=1 -DUSE_WS=1 -DUSE_MBED_TLS=1 .
- cmake -DUSE_TLS=1 -DUSE_WS=1 -DUSE_MBED_TLS=1 -DUSE_VENDORED_THIRD_PARTY=1 .
- cmake --build --parallel .
- python test/run.py