aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
Commit message (Collapse)AuthorAgeFilesLines
* [qa] reduce CodeQL triggers to exclude non-compiled codePatrick Lodder2021-07-251-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 explicitPatrick Lodder2021-07-171-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-codeqlPatrick Lodder2021-07-111-43/+35
|\ | | | | Tune codeql-analysis
| * Tune codeql-analysisPatrick Lodder2021-07-101-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 focalPatrick Lodder2021-07-111-0/+29
|/
* [qa] make CI less trigger happyPatrick Lodder2021-06-271-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 runPatrick Lodder2021-06-271-0/+7
|
* [ci] Enable windows unit testsPatrick Lodder2021-06-191-2/+2
|
* [ci] Full CI for linux and windows x-compilePatrick Lodder2021-06-191-17/+120
| | | | | Introduces GitHub Actions builds for linux and windows 32 and 64 bit and armhf builds using the depends system.
* Create ci.ymlAhmed Castro2021-06-191-0/+40
|
* Update codeql-analysis.ymlMatt Domko2021-05-111-1/+1
|
* Update codeql-analysis.ymlMatt Domko2021-05-111-0/+1
|
* Update codeql-analysis.ymlMatt Domko2021-05-111-6/+9
|
* Create codeql-analysis.ymlMatt Domko2021-05-111-0/+71