mirror of
https://github.com/curl/curl.git
synced 2026-05-30 06:47:28 +03:00
parent
633c9478c9
commit
daab7b2be7
2 changed files with 52 additions and 14 deletions
|
|
@ -119,20 +119,22 @@ if [ $TRAVIS_OS_NAME = linux ]; then
|
|||
cd $HOME/wolfssl-4.4.0-stable
|
||||
sudo make install
|
||||
|
||||
if [ ! -e $HOME/mesalink-1.0.0/Makefile ]; then
|
||||
cd $HOME
|
||||
curl https://sh.rustup.rs -sSf | sh -s -- -y
|
||||
source $HOME/.cargo/env
|
||||
curl -LO https://github.com/mesalock-linux/mesalink/archive/v1.0.0.tar.gz
|
||||
tar -xzf v1.0.0.tar.gz
|
||||
cd mesalink-1.0.0
|
||||
./autogen.sh
|
||||
./configure --enable-tls13
|
||||
make
|
||||
fi
|
||||
if [ "$MESALINK" = "yes" ]; then
|
||||
if [ ! -e $HOME/mesalink-1.0.0/Makefile ]; then
|
||||
cd $HOME
|
||||
curl https://sh.rustup.rs -sSf | sh -s -- -y
|
||||
source $HOME/.cargo/env
|
||||
curl -LO https://github.com/mesalock-linux/mesalink/archive/v1.0.0.tar.gz
|
||||
tar -xzf v1.0.0.tar.gz
|
||||
cd mesalink-1.0.0
|
||||
./autogen.sh
|
||||
./configure --enable-tls13
|
||||
make
|
||||
fi
|
||||
cd $HOME/mesalink-1.0.0
|
||||
sudo make install
|
||||
|
||||
cd $HOME/mesalink-1.0.0
|
||||
sudo make install
|
||||
fi
|
||||
|
||||
if [ ! -e $HOME/nghttp2-1.39.2/Makefile ]; then
|
||||
cd $HOME
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue