mirror of
https://github.com/curl/curl.git
synced 2026-08-25 02:33:31 +03:00
parent
b3fbb2fb9d
commit
63a111a277
2 changed files with 20 additions and 0 deletions
|
|
@ -89,6 +89,15 @@ if [ "$TRAVIS_OS_NAME" = linux -a "$BORINGSSL" ]; then
|
|||
export LIBS=-lpthread
|
||||
fi
|
||||
|
||||
if [ "$TRAVIS_OS_NAME" = linux -a "$OPENSSL3" ]; then
|
||||
cd $HOME
|
||||
git clone --depth=1 https://github.com/openssl/openssl
|
||||
cd openssl
|
||||
./config enable-tls1_3 --prefix=$HOME/openssl3
|
||||
make
|
||||
make install_sw
|
||||
fi
|
||||
|
||||
if [ "$TRAVIS_OS_NAME" = linux -a "$QUICHE" ]; then
|
||||
cd $HOME
|
||||
git clone --depth=1 --recursive https://github.com/cloudflare/quiche.git
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue