mirror of
https://github.com/curl/curl.git
synced 2026-07-22 20:17:17 +03:00
gha: move the event-based test over from Zuul
Switched libssh2 to libssh Closes #8490
This commit is contained in:
parent
02173e2341
commit
5bb4d3ec06
3 changed files with 42 additions and 24 deletions
|
|
@ -42,13 +42,6 @@ if [ "$T" = "torture" ]; then
|
|||
make "TFLAGS=-n --shallow=20 -t $tests" test-nonflaky
|
||||
fi
|
||||
|
||||
if [ "$T" = "events" ]; then
|
||||
./configure --enable-debug --disable-shared --disable-threaded-resolver --enable-code-coverage --enable-werror --with-libssh2 --with-openssl
|
||||
make
|
||||
tests="!TLS-SRP"
|
||||
make "TFLAGS=-n -e $tests" test-nonflaky
|
||||
fi
|
||||
|
||||
if [ "$T" = "debug" ]; then
|
||||
./configure --enable-debug --enable-werror $C
|
||||
make
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue