mirror of
https://github.com/curl/curl.git
synced 2026-07-31 08:58:03 +03:00
parent
7c140f6b2d
commit
d8ddd0e753
1 changed files with 26 additions and 0 deletions
|
|
@ -53,12 +53,25 @@ commands:
|
||||||
command: |
|
command: |
|
||||||
sudo apt-get update && sudo apt-get install -y libc-ares-dev
|
sudo apt-get update && sudo apt-get install -y libc-ares-dev
|
||||||
|
|
||||||
|
install-libssh:
|
||||||
|
steps:
|
||||||
|
- run:
|
||||||
|
command: |
|
||||||
|
sudo apt-get update && sudo apt-get install -y libssh-dev
|
||||||
|
|
||||||
install-deps:
|
install-deps:
|
||||||
steps:
|
steps:
|
||||||
- run:
|
- run:
|
||||||
command: |
|
command: |
|
||||||
sudo apt-get update && sudo apt-get install -y libpsl-dev libbrotli-dev libzstd-dev zlib1g-dev
|
sudo apt-get update && sudo apt-get install -y libpsl-dev libbrotli-dev libzstd-dev zlib1g-dev
|
||||||
|
|
||||||
|
configure-libssh:
|
||||||
|
steps:
|
||||||
|
- run:
|
||||||
|
command: |
|
||||||
|
./buildconf
|
||||||
|
./configure --enable-warnings --enable-werror --with-openssl --with-libssh
|
||||||
|
|
||||||
configure-cares:
|
configure-cares:
|
||||||
steps:
|
steps:
|
||||||
- run:
|
- run:
|
||||||
|
|
@ -122,6 +135,15 @@ jobs:
|
||||||
- build
|
- build
|
||||||
- test
|
- test
|
||||||
|
|
||||||
|
libssh:
|
||||||
|
executor: ubuntu
|
||||||
|
steps:
|
||||||
|
- checkout
|
||||||
|
- install-libssh
|
||||||
|
- configure-libssh
|
||||||
|
- build
|
||||||
|
- test
|
||||||
|
|
||||||
arm:
|
arm:
|
||||||
machine:
|
machine:
|
||||||
image: ubuntu-2004:202101-01
|
image: ubuntu-2004:202101-01
|
||||||
|
|
@ -152,6 +174,10 @@ workflows:
|
||||||
jobs:
|
jobs:
|
||||||
- cares
|
- cares
|
||||||
|
|
||||||
|
openssl-libssh:
|
||||||
|
jobs:
|
||||||
|
- libssh
|
||||||
|
|
||||||
openssl-no-proxy:
|
openssl-no-proxy:
|
||||||
jobs:
|
jobs:
|
||||||
- no-proxy
|
- no-proxy
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue