summaryrefslogtreecommitdiff
path: root/.circleci
Commit message (Collapse)AuthorAgeFilesLines
* CI: update wolfssl / wolfssh to 5.5.4 / 1.4.12Philip H2023-02-131-6/+8
| | | | Closes #10493
* CI: Retry failed downloads to reduce spurious failuresDan Fandrich2023-02-091-2/+2
| | | | | | | A temporary error with a remote server shouldn't cause a CI run to fail. Also, put a cap on the time to download to fail faster on a misbehaving server or connection and use HTTP compression where possible to reduce download times.
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
| | | | | | | | | | | | - they are mostly pointless in all major jurisdictions - many big corporations and projects already don't use them - saves us from pointless churn - git keeps history for us - the year range is kept in COPYING checksrc is updated to allow non-year using copyright statements Closes #10205
* CI: skip make, do make install at once for dependenciesPhilip Heiduck2022-09-131-2/+2
| | | | | | Signed-off-by: Philip Heiduck <pheiduck@Philips-MBP.lan> Closes #9477
* copyright: make repository REUSE compliantmax.mehl2022-06-131-0/+2
| | | | | | | | | | | Add licensing and copyright information for all files in this repository. This either happens in the file itself as a comment header or in the file `.reuse/dep5`. This commit also adds a Github workflow to check pull requests and adapts copyright.pl to the changes. Closes #8869
* CI: Do not use buildconf. Instead, just use: autoreconf -fiPhilip H2022-03-151-7/+7
| | | | Closes #8596
* circleci: add a job using wolfSSHDaniel Stenberg2022-02-141-0/+43
| | | | | | Build only, no tests. Closes #8445
* circleci: add a job using libsshDaniel Stenberg2022-02-141-0/+26
| | | | Closes #8444
* CI: move two jobs from Zuul to Circle CIDaniel Stenberg2022-01-311-0/+45
| | | | | | | - openssl-no-verbose - openssl-no-proxy Closes #8359
* cirlceci: also run a c-ares job on arm with debug enabledDaniel Stenberg2022-01-311-1/+22
| | | | Closes #8357
* ci: move the OpenSSL + c-ares job from Zuul to Circle CIDaniel Stenberg2022-01-311-1/+28
| | | | Closes #8357
* CI: build examples for additional code verificationMarc Hoersken2021-12-141-0/+1
| | | | | | | | | | 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
* 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