diff options
author | Marc Hoersken <info@marc-hoersken.de> | 2021-12-14 07:53:39 +0100 |
---|---|---|
committer | Marc Hoersken <info@marc-hoersken.de> | 2021-12-14 07:53:39 +0100 |
commit | f03cc1b7a693b03eddfed2b4c7f8b5fcba9a22e5 (patch) | |
tree | a121e02e81f4dbafd8eec9a2c471db2c691dc40c /.circleci | |
parent | 77311f420a541a0de5b3014e0e40ff8b4205d4af (diff) | |
download | curl-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')
-rw-r--r-- | .circleci/config.yml | 1 |
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: |