try to disable TLS for unittesting

This commit is contained in:
Benjamin Sergeant 2019-06-24 23:27:44 -07:00
parent de8d93341c
commit 98d0460af0

View File

@ -45,7 +45,7 @@ matrix:
- cd ../..
- export PATH=$CMAKE_PATH:$PATH
- cd test
- cmake -DUSE_TLS=1 -DUSE_MBED_TLS=1 .
- cmake .
- cmake --build --parallel .
- ixwebsocket_unittest.exe
# - python test/run.py