| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [qa] reduce CodeQL triggers to exclude non-compiled code | Patrick Lodder | 2021-07-25 | 1 | -0/+4 |
| | | | | | | contrib, doc, share and qa do not compile production code, skip CodeQL on PRs to save everyone time and GitHub some cpu ticks. | ||||
| * | ci: make dogecoin-qt builds explicit | Patrick Lodder | 2021-07-17 | 1 | -5/+5 |
| | | | | | | | CI will not complain if there were an error with qt for builds that do not explicitly specify that we want to build UI. This makes all builds expect QT except the i686-linux and armhf builds. | ||||
| * | Merge pull request #2380 from patricklodder/1.14-fix-codeql | Patrick Lodder | 2021-07-11 | 1 | -43/+35 |
| |\ | | | | | Tune codeql-analysis | ||||
| | * | Tune codeql-analysis | Patrick Lodder | 2021-07-10 | 1 | -43/+35 |
| | | | | | | | | | | | | | | | | | | | | | - only audit production code (no python) - trigger on *-maint and *-dev push - trigger on PR - remove useless autogenerated comments - skip doc changes - use depends system without analyzing it - cache depends | ||||
| * | | [CI] add macOS GH Actions w/ bionic instead of focal | Patrick Lodder | 2021-07-11 | 1 | -0/+29 |
| |/ | |||||
| * | [qa] make CI less trigger happy | Patrick Lodder | 2021-06-27 | 1 | -2/+8 |
| | | | | | | | | | | | Do not run CI if all updated paths in a PR match: - 'doc/**' - 'contrib/**' - '**/*.md' and on push, if all updated paths match: '**/*.md' | ||||
| * | Retain binary artifacts on CI run | Patrick Lodder | 2021-06-27 | 1 | -0/+7 |
| | | |||||
| * | [ci] Enable windows unit tests | Patrick Lodder | 2021-06-19 | 1 | -2/+2 |
| | | |||||
| * | [ci] Full CI for linux and windows x-compile | Patrick Lodder | 2021-06-19 | 1 | -17/+120 |
| | | | | | | Introduces GitHub Actions builds for linux and windows 32 and 64 bit and armhf builds using the depends system. | ||||
| * | Create ci.yml | Ahmed Castro | 2021-06-19 | 1 | -0/+40 |
| | | |||||
| * | Update codeql-analysis.yml | Matt Domko | 2021-05-11 | 1 | -1/+1 |
| | | |||||
| * | Update codeql-analysis.yml | Matt Domko | 2021-05-11 | 1 | -0/+1 |
| | | |||||
| * | Update codeql-analysis.yml | Matt Domko | 2021-05-11 | 1 | -6/+9 |
| | | |||||
| * | Create codeql-analysis.yml | Matt Domko | 2021-05-11 | 1 | -0/+71 |