Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-23 | ci: Fix doc typos in .cirrus.yml | MarcoFalke | |
2020-11-23 | ci: Run i686 centos ci config on cirrus | MarcoFalke | |
2020-11-23 | ci: Run nowallet ci config on cirrus | MarcoFalke | |
2020-11-18 | build: set minimum supported macOS to 10.14 | fanquake | |
2020-11-14 | CI/Cirrus: Skip merge_base step for non-PRs | Luke Dashjr | |
CIRRUS_BASE_BRANCH is a PR-specific variable and undocumented on non-PR builds. In practice (at the moment), it seems to be HEAD, which in private repositories can be pretty much anything, causing CI to fail if it can't be cleanly merged. By checking CIRRUS_PR first, we can reliably do CI builds of branches outside PRs. | |||
2020-11-11 | ci: Remove redundant valgrind fuzz task | MarcoFalke | |
2020-11-09 | ci: Run windows ci config on cirrus | MarcoFalke | |
2020-11-09 | ci: Run macos ci config on cirrus | MarcoFalke | |
2020-11-09 | ci: Run arm ci config on cirrus | MarcoFalke | |
2020-11-06 | cirrus: Skip tasks on the gui repo main branch | MarcoFalke | |
2020-11-03 | ci: Run ci configs on cirrus | MarcoFalke | |
2020-10-08 | cirrus: Use kvm to avoid spurious CI failures in the default virtualization ↵ | MarcoFalke | |
cluster | |||
2020-09-05 | ci: Double tsan CPU and Memory to avoid global timeout | MarcoFalke | |
2020-08-17 | ci: Set cirrus RAM to 8GB | MarcoFalke | |
2020-08-17 | ci: Run valgrind fuzzer on cirrus | MarcoFalke | |
2020-07-02 | ci: Run tsan ci config on cirrus | MarcoFalke | |
2020-06-19 | ci: Upgrade most ci configs to focal | MarcoFalke | |
2020-06-18 | ci: Run asan ci config on cirrus | MarcoFalke | |
2020-06-18 | cirrus: Clear dummy task | MarcoFalke | |
2020-05-30 | cirrus: Remove no longer needed install step | MarcoFalke | |
2020-05-10 | Remove unused ci configs that have been moved elsewhere | MarcoFalke | |
They have been moved to https://github.com/MarcoFalke/btc_nightly running on Cirrus CI https://cirrus-ci.com/build/6249975761862656 | |||
2020-04-14 | appveyor: Disable functional tests for now | MarcoFalke | |
Also add a draft for a Windows build on cirrus. The draft can be finished later. | |||
2020-04-12 | cirrus: Bump freebsd to 12.1 | MarcoFalke | |
2020-04-09 | ci: Rename RUN_CI_ON_HOST to DANGER_RUN_CI_ON_HOST | Hennadii Stepanov | |
2019-11-18 | ci: remove OpenSSL installation | fanquake | |
2019-10-24 | ci: Remove ccache requirement on the host | MarcoFalke | |
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-09-19 | test: Make PORT_MIN in test runner configurable | MarcoFalke | |
2019-08-15 | ci: Use ./ci/ on non-travis host | MarcoFalke | |
2019-06-20 | ci: Run extended tests | MarcoFalke | |
2019-02-03 | cirrus ci: Inital config | MarcoFalke | |