mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 15:55:37 +01:00
Avoid using openssl too much on travis for now
Apparently the version of openssl available on travis machines does not support all the ciphersuites expected by compat.sh. While waiting for this script to handle various openssl versions better, just disable openssl.
This commit is contained in:
parent
4268ae046b
commit
517bbd54d5
@ -8,7 +8,7 @@ script:
|
||||
- cmake -D CMAKE_BUILD_TYPE:String="Check" .
|
||||
- make
|
||||
- make test
|
||||
- tests/compat.sh
|
||||
- tests/compat.sh -p mbedtls
|
||||
- tests/ssl-opt.sh
|
||||
- tests/scripts/test-ref-configs.pl
|
||||
env:
|
||||
|
Loading…
Reference in New Issue
Block a user