Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-09 | ci: Properly bump to focal for win cross build | MarcoFalke | |
2021-02-09 | ci: use Ubuntu Focal for macOS cross build | fanquake | |
2021-01-26 | ci: Fuzz with integer sanitizer | MarcoFalke | |
2021-01-07 | ci: Add libnatpmp-dev package to some builds | Hennadii Stepanov | |
2020-12-18 | ci: Install missing lint packages | MarcoFalke | |
Also merge script into ci/lint_run_all.sh because env vars weren't exported properly | |||
2020-12-18 | Merge #20691: ci, doc: Travis CI features and mentions cleanup | MarcoFalke | |
95487b055328b590ba83f258de9637ab0f9a2f17 doc: Drop mentions of Travis CI as it is no longer used (Hennadii Stepanov) 09d105ef0f8b4b06bf248721a1209c9e16e9db75 ci: Drop travis_fold feature as Travis CI is no longer used (Hennadii Stepanov) Pull request description: As Travis CI is no longer used, this PR: - drops `travis_fold` feature - drops mentions of Travis CI in docs ACKs for top commit: MarcoFalke: ACK 95487b055328b590ba83f258de9637ab0f9a2f17 Tree-SHA512: 2e259bb8b1e37bcefc1251737bb2716f06ddb57c490010b373825c4e70f42ca38efae69a2f63f21f577d7cee3725b94097bdddbd313f8ebf499281cf97c53cef | |||
2020-12-17 | ci: Drop travis_fold feature as Travis CI is no longer used | Hennadii Stepanov | |
2020-12-17 | ci: Only use credits for pull requests to the main repo | MarcoFalke | |
2020-12-17 | Merge #20658: ci: Move linter task to cirrus | MarcoFalke | |
4045a6722c884be779e86016313061ac6ff80808 ci: Use cpu=1 for linter (Dhruv Mehta) 739d39022d2959c1114c14a0065daebf4fe812c1 ci: Move linter task to cirrus (Dhruv Mehta) Pull request description: Solves #20467: Move linter to Cirrus-CI as Travis-CI.org is shutting down ACKs for top commit: MarcoFalke: ACK 4045a6722c884be779e86016313061ac6ff80808 Tree-SHA512: 9aa7487ac86c91fc68bb584d29134e304dbd46702514a5d47d1ef0de6b877d96d42b7589870fc67ad9a31f5d3a789728446da4418688f336111a9ba0f8de5feb | |||
2020-12-16 | ci: Use cpu=1 for linter | Dhruv Mehta | |
2020-12-15 | ci: Move linter task to cirrus | Dhruv Mehta | |
2020-12-10 | cirrus: Schedule one task with paid credits for faster CI feedback | MarcoFalke | |
2020-12-04 | ci: Adjust Cirrus CI task names (follow up) | Hennadii Stepanov | |
"no depends" implies "only system libs". | |||
2020-12-02 | ci: Adjust cirrus ci task names | MarcoFalke | |
2020-12-02 | ci: no-longer exclude feature_block in TSAN job | fanquake | |
The TSAN job is now running on Cirrus. Increase the allocated memory to the maximum allowed. | |||
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 | |