summaryrefslogtreecommitdiff
path: root/.circleci
Commit message (Collapse)AuthorAgeFilesLines
* tests/CI.md: add more information on CI environmentsKevin Burke2021-11-231-0/+2
| | | | | Fixes #8012 Closes #8022
* CI: more use of test-ci make target and verbose outputMarc Hoersken2021-10-271-2/+2
| | | | | | | | | | | 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
* CI/makefiles: introduce dedicated test targetMarc Hoersken2021-10-081-1/+1
| | | | | | | | | | Make it easy to use the same set of test flags throughout all current and future CI builds. Reviewed-by: Jay Satiro Follow up to #7690 Closes #7785
* copyright: add boiler-plate headers to CI config filesDaniel Stenberg2021-06-291-0/+22
| | | | | | And whitelist .zuul.ignore Closes #7314
* CI: add .circleci/config.ymlDaniel Stenberg2021-06-111-0/+51
Assisted-by: Gabriel Simmer Closes #7239