mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:31:41 +03:00
CI: skip make, do make install at once for dependencies
Signed-off-by: Philip Heiduck <pheiduck@Philips-MBP.lan> Closes #9477
This commit is contained in:
parent
fd840cdead
commit
2ca0530a4d
7 changed files with 12 additions and 14 deletions
|
|
@ -83,7 +83,7 @@ commands:
|
|||
cd wolfssl-5.1.1-stable
|
||||
./autogen.sh
|
||||
./configure --enable-tls13 --enable-all --enable-harden --prefix=$HOME/wssl
|
||||
make && make install
|
||||
make install
|
||||
|
||||
install-wolfssh:
|
||||
steps:
|
||||
|
|
@ -94,7 +94,7 @@ commands:
|
|||
cd wolfssh-1.4.8-stable
|
||||
./autogen.sh
|
||||
./configure --with-wolfssl=$HOME/wssl --prefix=$HOME/wssh --enable-scp --enable-sftp --disable-examples
|
||||
make && make install
|
||||
make install
|
||||
|
||||
configure-cares:
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue