mirror of
https://github.com/curl/curl.git
synced 2026-06-03 16:54:22 +03:00
parent
7f9c5af8b3
commit
a2fe2f04cd
3 changed files with 31 additions and 0 deletions
|
|
@ -76,6 +76,12 @@ if [ "$T" = "debug-rustls" ]; then
|
|||
make "TFLAGS=HTTPS !313" test-nonflaky
|
||||
fi
|
||||
|
||||
if [ "$T" = "debug-bearssl" ]; then
|
||||
./configure --enable-debug --enable-werror $C
|
||||
make
|
||||
make "TFLAGS=-n !313" test-nonflaky
|
||||
fi
|
||||
|
||||
if [ "$T" = "novalgrind" ]; then
|
||||
./configure --enable-werror $C
|
||||
make
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue