aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
Commit message (Collapse)AuthorAge
* Update build.yml (#3779)Libravatar rusty-snake2020-11-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update build.yml Currently we run all actions for all commits. This is not resource friendly. Let's tweak this a bit. This commit adds support for "skip ci" tags (i.e. if the head commit contains [s k i p c i] (w/o the extra spaces used to escape here), no jobs are executed. In addition are all commits which modify non-code files (e.g. README) only excluded. Furthermore we should not run cppcheck and scan-build if only profiles are changed and sort.py need only to be execute if profiles are changed. * Create sort.yml * Update build.yml profile-sort is now in sort.yml * Update sort.yml fix syntax * Update codeql-analysis.yml paths-ignore: - CONTRIBUTING.md - README - README.md - RELNOTES - SECURITY.md - 'etc/**' * Create build-extra.yml * Update build.yml * Update build-extra.yml
* Merge branch 'tests' into masterLibravatar Reiner Herrmann2020-10-25
|\
| * let github CI run testsLibravatar Reiner Herrmann2020-10-24
| |
* | check that profiles are sortedLibravatar Reiner Herrmann2020-10-24
|/
* build: enable CI build with scan-buildLibravatar Reiner Herrmann2020-10-14
|
* build: test build with apparmor and selinux in CILibravatar Reiner Herrmann2020-10-01
|
* build: enable clang-10 build in github CILibravatar Reiner Herrmann2020-10-01
|
* Create build.yml (#3651)Libravatar Reiner Herrmann2020-10-01
|
* Create codeql-analysis.ymlLibravatar Reiner Herrmann2020-10-01