mirror of
https://github.com/curl/curl.git
synced 2026-07-24 14:57:17 +03:00
parent
3f126138be
commit
3e2a229783
2 changed files with 27 additions and 0 deletions
|
|
@ -96,6 +96,14 @@ if [ "$TRAVIS_OS_NAME" = linux -a "$OPENSSL3" ]; then
|
|||
make install_sw
|
||||
fi
|
||||
|
||||
if [ "$TRAVIS_OS_NAME" = linux -a "$MBEDTLS3" ]; then
|
||||
cd $HOME
|
||||
git clone --depth=1 -b v3.0.0 https://github.com/ARMmbed/mbedtls
|
||||
cd mbedtls
|
||||
make
|
||||
make DESTDIR=$HOME/mbedtls3 install
|
||||
fi
|
||||
|
||||
if [ "$TRAVIS_OS_NAME" = linux -a "$LIBRESSL" ]; then
|
||||
cd $HOME
|
||||
git clone --depth=1 -b v3.1.4 https://github.com/libressl-portable/portable.git libressl-git
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue