summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorMarc Hoersken <info@marc-hoersken.de>2021-10-08 20:43:19 +0200
committerMarc Hoersken <info@marc-hoersken.de>2021-10-27 12:33:18 +0200
commit74d46aee28a209315902b1dc385bb1e73e8159c1 (patch)
treeb9e7bc96a80a2b13a07b5917eb3bf579e16344b8 /appveyor.yml
parentf0ab8a631aeaa4cb458d55f25313080416adf43e (diff)
downloadcurl-74d46aee28a209315902b1dc385bb1e73e8159c1.tar.gz
CI: more use of test-ci make target and verbose output
Replace test-nonflaky with test-ci and enable verbose output in all remaining CIs except Zuul which is customized a lot. Reviewed-by: Daniel Stenberg Reviewed-by: Jay Satiro Follow up to #7785 Closes #7832
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index d3c48a92a..9cfa67b03 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -289,7 +289,7 @@ build_script:
..\builds\libcurl-vc15-x64-%PATHPART%-dll-ssl-dll-ipv6-sspi\bin\curl.exe -V
) else (
if %BUILD_SYSTEM%==autotools (
- bash.exe -e -l -c "cd /c/projects/curl && ./buildconf && ./configure %CONFIG_ARGS% && make && make examples && cd tests && make"
+ bash.exe -e -l -c "cd /c/projects/curl && ./buildconf && ./configure %CONFIG_ARGS% && make V=1 && make V=1 examples && cd tests && make V=1"
)))))
- if %TESTING%==ON (
if %BUILD_SYSTEM%==CMake (