1
0
mirror of https://github.com/moparisthebest/curl synced 2025-01-11 05:58:01 -05:00

ci/tests: install test suite dependencies stunnel and impacket

This commit is contained in:
Marc Hoersken 2020-03-14 23:49:03 +01:00
parent 4be2560e01
commit ac56683438
No known key found for this signature in database
GPG Key ID: 61E03CBED7BC859E

View File

@ -22,6 +22,9 @@ stages:
pool:
vmImage: 'ubuntu-latest'
steps:
- script: sudo apt install stunnel4 python-impacket
displayName: 'apt install'
- script: ./buildconf && ./configure --enable-debug --enable-werror
displayName: 'configure debug'
@ -39,6 +42,9 @@ stages:
pool:
vmImage: 'ubuntu-latest'
steps:
- script: sudo apt install stunnel4 python-impacket
displayName: 'apt install'
- script: ./buildconf && ./configure --disable-ipv6
displayName: 'configure disable ipv6'
@ -56,6 +62,9 @@ stages:
pool:
vmImage: 'ubuntu-latest'
steps:
- script: sudo apt install stunnel4 python-impacket
displayName: 'apt install'
- script: ./buildconf && ./configure --disable-http --disable-smtp --disable-imap
displayName: 'configure disable http/smtp/imap'
@ -73,6 +82,9 @@ stages:
pool:
vmImage: 'ubuntu-latest'
steps:
- script: sudo apt install stunnel4 python-impacket
displayName: 'apt install'
- script: ./buildconf && ./configure --disable-threaded-resolver
displayName: 'configure disable threaded-resolver'
@ -90,6 +102,9 @@ stages:
pool:
vmImage: 'ubuntu-latest'
steps:
- script: sudo apt install stunnel4 python-impacket
displayName: 'apt install'
- script: ./buildconf && ./configure --disable-dict --disable-file --disable-ftp --disable-gopher --disable-imap --disable-ldap --disable-pop3 --disable-rtmp --disable-rtsp --disable-scp --disable-sftp --disable-smb --disable-smtp --disable-telnet --disable-tftp
displayName: 'configure disable non-http'
@ -110,7 +125,7 @@ stages:
pool:
vmImage: 'ubuntu-latest'
steps:
- script: sudo apt install libnghttp2-dev
- script: sudo apt install stunnel4 python-impacket libnghttp2-dev
displayName: 'apt install'
- script: ./buildconf && ./configure --enable-debug --disable-shared --disable-threaded-resolver --enable-alt-svc