summaryrefslogtreecommitdiffstats
path: root/.github/workflows
AgeCommit message (Collapse)Author
2020-11-24GitHub Actions: Add Windows buildJan Holthuis
2020-11-24GitHub Actions: Replace --ghactions flag with GITHUB_ENV var in scriptsJan Holthuis
2020-11-23Merge pull request #3357 from uklotzde/clazy_error_limitDaniel Schürmann
GitHub CI: Don't abort clazy build on errors
2020-11-22GH Actions: deploy macOS builds to downloads.mixxx.orgBe
and disable deployment from Travis
2020-11-23GitHub CI: Don't abort clazy build on errors (2nd attempt)Uwe Klotz
2020-11-23Revert "GitHub CI: Don't abort clazy build on errors"Uwe Klotz
This reverts commit 5338b2cfc5812ffc6105790cd0d664e40fc9b115.
2020-11-22GH Actions: fix macOS codesigningBe
2020-11-22GitHub CI: Don't abort clazy build on errorsUwe Klotz
2020-11-21GitHub Actions: Improve ccache size limit build step nameJan Holthuis
2020-11-21GitHub Actions: Improve artifact names of build workflowJan Holthuis
2020-11-21GitHub Actions: Move Ubuntu package installation to buildenv scriptJan Holthuis
2020-11-21Merge branch '2.3' of github.com:mixxxdj/mixxx into gh-actions-improvementsJan Holthuis
2020-11-21GitHub Actions: Use matrix.os in ccache cache keyJan Holthuis
2020-11-21GitHub Actions: Merge CI build steps using matrix buildJan Holthuis
2020-11-20GitHub CI: Partition cache by matrix.os instead of runner.osUwe Klotz
2020-11-20GitHub Actions: Streamline macOS buildenv setupJan Holthuis
2020-11-20Merge branch '2.3' into gh-actions-ubuntu-2004Uwe Klotz
2020-11-20GitHub CI: No need to mention the default compiler for UbuntuUwe Klotz
Building with different compilers could be added to the build matrix instead.
2020-11-20GitHub CI: Use build matrix for macOSUwe Klotz
2020-11-20Merge pull request #3335 from Holzhaus/clazy-function-args-by-refDaniel Schürmann
Fix -Wclazy-function-arg-by-ref warnings
2020-11-20GitHub CI: Add Ubuntu 20.04 buildUwe Klotz
2020-11-19Fix naming of CMake build flags env varUwe Klotz
2020-11-19GitHub Actions: Use clazy level2 blocklist to make skipped tests explicitJan Holthuis
2020-11-18GH Actions: set MACOSX_DEPLOYMENT_TARGET from environment nameBe
2020-11-18GH Actions: read macOS build environment name from fileBe
2020-11-18build Mixxx on macOS with GitHub ActionsBe
2020-11-18GitHub Actions: Add comment regarding CMake versionJan Holthuis
2020-11-18GitHub Actions: Update ccache configurationJan Holthuis
2020-11-18GitHub Actions: Remove unneeded step from Ubuntu workflowJan Holthuis
2020-11-18GitHub Actions: Improve ccache caching on UbuntuJan Holthuis
2020-11-18GitHub Actions: Add testing, packaging and deployment for UbuntuJan Holthuis
2020-11-18GitHub Actions: Add ccache cachingJan Holthuis
2020-11-18GitHub Actions: Add Ubuntu 18.04 buildJan Holthuis
2020-11-15GitHub Actions: Improve clazy workflowJan Holthuis
2020-11-15GitHub Actions: Enable more clazy checksJan Holthuis
2020-11-15GitHub Actions: Switch to blocklist approach for clazy checksJan Holthuis
2020-11-14Merge branch '2.3' into clazy-const-signal-or-slotUwe Klotz
# Conflicts: # .github/workflows/clazy.yml
2020-11-14Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into ↵Uwe Klotz
clazy-unused-non-trivial-variable # Conflicts: # .github/workflows/clazy.yml
2020-11-14Merge branch '2.3' of github.com:mixxxdj/mixxx into clazy-const-signal-or-slotJan Holthuis
2020-11-14Merge branch '2.3' of github.com:mixxxdj/mixxx into ↵Jan Holthuis
clazy-unused-non-trivial-variable
2020-11-14Merge branch '2.3' of github.com:mixxxdj/mixxx into clazy-qstringJan Holthuis
2020-11-14Merge branch '2.3' of github.com:mixxxdj/mixxx into clazy-qstringJan Holthuis
2020-11-14Merge branch '2.3' of github.com:mixxxdj/mixxx into clazy-qfileinfo-existsJan Holthuis
2020-11-14Merge branch '2.3' of github.com:mixxxdj/mixxx into ↵Jan Holthuis
clazy-unused-non-trivial-variable
2020-11-14GitHub Action: Add more clazy checksJan Holthuis
2020-11-14libraryfeature: Use faster static QFileInfo::exists() versionJan Holthuis
Fixes a -Wclazy-qfileinfo-exists warning. See https://github.com/KDE/clazy/blob/master/docs/checks/README-qfileinfo-exists.md for details.
2020-11-14Remove unused non-trivial variablesJan Holthuis
Fixes all -Wclazy-unused-non-trivial-variable warnings. See https://github.com/KDE/clazy/blob/master/docs/checks/README-unused-non-trivial-variable.md for details.
2020-11-13Fix -Wclazy-const-signal-or-slot warningsJan Holthuis
Fix getters mismarked as slot. See https://github.com/KDE/clazy/blob/master/docs/checks/README-const-signal-or-slot.md for details.
2020-11-13Fix -Wclazy-qstring-arg warningsJan Holthuis
Avoids unnecessary memory allocations by using the multi-arg overload. See https://github.com/KDE/clazy/blob/master/docs/checks/README-qstring-arg.md for details.
2020-11-13GitHub Actions: Add clazy supportJan Holthuis