aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
Commit message (Collapse)AuthorAge
* Merge pull request #3985 from rusty-snake/sort.py-updatesLibravatar rusty-snake2021-02-17
|\ | | | | Sort.py updates
| * workflows/sort.yml: Run also if sort.py is changedLibravatar rusty-snake2021-02-14
| |
* | CI: sync codeql config with Github's templateLibravatar Reiner Herrmann2021-02-14
|/ | | | Fixes: #3986
* Remove skip ci if conndition from workflowsLibravatar rusty-snake2021-02-09
| | | | | GitHub added native support for it, no need for this anymore. https://github.blog/changelog/2021-02-08-github-actions-skip-pull-request-and-push-workflows-with-skip-ci/
* Housekeeping: strip extra whitespaceLibravatar Fred Barclay2021-02-08
| | | | | Just `find . -not \( -name .git -prune -o -name *.AppImage -prune \) -type f -print0 | xargs -0 perl -pi -e 's/ +$//'` and filter to avoid unwanted changes (especially .md files)
* 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