aboutsummaryrefslogtreecommitdiff
path: root/ci/README.md
AgeCommit message (Collapse)Author
2024-02-20docs: ci multi-arch requires qemuMax Edwards
2023-11-07doc: fix typosSjors Provoost
As found by lint-spelling.py using codespell 2.2.6.
2023-08-23ci: Remove no longer applicable sectionMarcoFalke
This fails with: "Error: determining starting point for build: no FROM statement found"
2023-08-23ci: Start with clean envMarcoFalke
This should help to avoid non-determinism.
2023-05-29ci: Remove "default" test envMarcoFalke
It is unclear what the point is of maintaining a "default", the meaning of which is unclear.
2023-05-05ci: Pass full env to CI pod to avoid missing a varMarcoFalke
Instead of enumerating each passed env var, just pass all. This avoids the risk of missing to enumerate one. Also, it is less code. The risk could be that an env var causes non-deterministic behavior, but this can be fixed by explicitly excluding it once the issue is known. Values with newlines can not be stored in the file and parsed by docker/podman, so they are excluded.
2023-02-10doc: Update ci docs721217.xyz
2020-06-19doc: move doc to ci readmeMarcoFalke
2020-02-11[tests] check v0.17.1 and v0.18.1 backwards compatibilitySjors Provoost
2019-11-10ci: Extend docsMarcoFalke
2019-11-09ci: Remove git from required packages on hostMarcoFalke
2019-10-24ci: Remove ccache requirement on the hostMarcoFalke
ccache is only needed to create the cache dir on the host, if it didn't already exist. The same can be achieved with mkdir, so just use that instead.
2019-08-16ci: Add environment files for all settingsMarcoFalke
2019-08-15ci: Add note that this assumes a fresh git cloneMarcoFalke
2019-08-15ci: Remove dependence on travis, use it as fallback envMarcoFalke
2019-08-15ci: Rename .travis/ to ./ci/MarcoFalke