summaryrefslogtreecommitdiff
path: root/.circleci
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 /.circleci
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 '.circleci')
-rw-r--r--.circleci/config.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 485deca7a..92112c8ea 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -33,11 +33,11 @@ commands:
build:
steps:
- - run: make
+ - run: make V=1
test:
steps:
- - run: make test-ci
+ - run: make V=1 test-ci
executors:
ubuntu: