Lines Matching +full:- +full:werror
9 # Copyright (C) 1998 - 2021, Daniel Stenberg, <daniel@haxx.se>, et al.
23 set -eo pipefail
28 …./configure --enable-debug --disable-shared --disable-threaded-resolver --enable-code-coverage --e…
30 make TFLAGS=-n test-nonflaky
31 make "TFLAGS=-n -e" test-nonflaky
33 make "TFLAGS=-n -t $tests" test-nonflaky
34 coveralls --gcov /usr/bin/gcov-8 --gcov-options '\-lp' -i src -e lib -e tests -e docs -b $PWD/src
35 coveralls --gcov /usr/bin/gcov-8 --gcov-options '\-lp' -e src -i lib -e tests -e docs -b $PWD/lib
39 …./configure --enable-debug --disable-shared --disable-threaded-resolver --enable-code-coverage --e…
41 tests="!TLS-SRP !FTP"
42 make "TFLAGS=-n --shallow=20 -t $tests" test-nonflaky
46 …./configure --enable-debug --disable-shared --disable-threaded-resolver --enable-code-coverage --e…
48 tests="!TLS-SRP"
49 make "TFLAGS=-n -e $tests" test-nonflaky
53 ./configure --enable-debug --enable-werror $C
56 if [ -z $NOTESTS ]; then
57 make test-nonflaky
61 if [ "$T" = "debug-wolfssl" ]; then
62 ./configure --enable-debug --enable-werror $C
64 make "TFLAGS=-n !313" test-nonflaky
67 if [ "$T" = "debug-mesalink" ]; then
68 ./configure --enable-debug --enable-werror $C
70 make "TFLAGS=-n !313 !410 !3001" test-nonflaky
73 if [ "$T" = "debug-rustls" ]; then
74 ./configure --enable-debug --enable-werror $C
76 make "TFLAGS=HTTPS !313" test-nonflaky
79 if [ "$T" = "debug-bearssl" ]; then
80 ./configure --enable-debug --enable-werror $C
82 make "TFLAGS=-n !313" test-nonflaky
86 ./configure --enable-werror $C
89 make TFLAGS=-n test-nonflaky
96 sudo rm -f /usr/bin/curl
98 ./configure --enable-warnings --enable-werror $C
101 if [ -z $NOTESTS ]; then
102 make test-nonflaky
104 if [ -n "$CHECKSRC" ]; then
110 ./configure --enable-warnings --enable-werror $C
116 source scripts/zuul/iconv-env.sh
117 ./configure --enable-debug --enable-werror $C
120 make test-nonflaky
124 cmake -H. -Bbuild -DCURL_WERROR=ON $C
125 cmake --build build
126 env TFLAGS="!1139 $TFLAGS" cmake --build build --target test-nonflaky
132 ./configure --without-ssl
135 # verify in-tree build - and install it
136 tar xf curl-99.98.97.tar.gz
137 cd curl-99.98.97
138 ./configure --prefix=$HOME/temp --without-ssl
145 rm -rf curl-99.98.97
146 # verify out-of-tree build
147 tar xf curl-99.98.97.tar.gz
148 touch curl-99.98.97/docs/{cmdline-opts,libcurl}/Makefile.inc
151 ../curl-99.98.97/configure --without-ssl
153 make TFLAGS='-p 1 1139' test
156 rm -rf curl-99.98.97
157 tar xf curl-99.98.97.tar.gz
158 cd curl-99.98.97
178 if [ "$T" = "scan-build" ]; then
179 scan-build ./configure --enable-debug --enable-werror $C
180 scan-build --status-bugs make
181 scan-build --status-bugs make examples