summaryrefslogtreecommitdiff
path: root/.circleci/config.yml
diff options
context:
space:
mode:
authorMarc Hoersken <info@marc-hoersken.de>2021-12-14 07:53:39 +0100
committerMarc Hoersken <info@marc-hoersken.de>2021-12-14 07:53:39 +0100
commitf03cc1b7a693b03eddfed2b4c7f8b5fcba9a22e5 (patch)
treea121e02e81f4dbafd8eec9a2c471db2c691dc40c /.circleci/config.yml
parent77311f420a541a0de5b3014e0e40ff8b4205d4af (diff)
downloadcurl-f03cc1b7a693b03eddfed2b4c7f8b5fcba9a22e5.tar.gz
CI: build examples for additional code verification
Some CIs already build them, let's do it on more of them. Reviewed-by: Daniel Stenberg Follow up to #7690 and 77311f420a541a0de5b3014e0e40ff8b4205d4af Replaces #7591 Closes #7922
Diffstat (limited to '.circleci/config.yml')
-rw-r--r--.circleci/config.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 3c0ad67c8..fd0ef0fb6 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -36,6 +36,7 @@ commands:
build:
steps:
- run: make V=1
+ - run: make V=1 examples
test:
steps: