summaryrefslogtreecommitdiffstats
path: root/.github/workflows/build.yml
AgeCommit message (Collapse)Author
2021-10-19GH Actions: lower compiler cache size to 0.5 GBBe
Hopefully this will result in less frequent cache misses.
2021-10-17Revert "Merge pull request #4428 from Holzhaus/qt6-ci"Jan Holthuis
This reverts commit f12da9d077d672468db417b19422441e1219431d, reversing changes made to f83869ba543be61e9c084dfc8f6cbb578bfed61e.
2021-10-17CI: Add build using Qt6 on Arch LinuxJan Holthuis
2021-09-09install ccache and ninja at onceDaniel Schürmann
Co-authored-by: Be <be.0@gmx.com>
2021-09-09Merge remote-tracking branch 'upstream/main' into vcpkg_osxDaniel Schürmann
# Conflicts: # cmake/modules/FindPortAudio.cmake
2021-09-08Merge remote-tracking branch 'upstream/2.3'Be
2021-09-08GH Actions: only install rsync and OpenSSH on Windows when neededBe
2021-09-08GH Actions: fix Windows cachingBe
2021-08-18Switch to Ninja for macOS buildsDaniel Schürmann
2021-08-18install ccache and make from HomebrewDaniel Schürmann
2021-08-13Fix codespell warningsUwe Klotz
2021-07-01Merge branch '2.3' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2021-06-29Fix misc. typosluz paz
Found via `codespell -q 3 -S *.ts,*.po,*.rtf,./.git,./src/library,./lib,./build/wix -L ba,chang,crate,ect,everytime,german,hace,iff,jus,ith,lokal,nd,ons,pevent,pparent,preverse,seeked,sheat,sinc,splitted,substract,thru,tim,uint`
2021-06-28CI: Remove "mixxx-" prefix from tag deploy pathJan Holthuis
2021-06-18Merge branch '2.3' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
# Conflicts: # .github/workflows/build.yml # .gitignore # CMakeLists.txt
2021-06-16Merge pull request #3977 from Holzhaus/windows-buildenv-fixDaniel Schürmann
Fix tools/windows_buildenv.bat and use 7z/PowerShell for extraction
2021-06-12CI: Upgrade jwlawson/actions-setup-cmake from v1.4 to v1.9Uwe Klotz
2021-06-12CI: Remove references to ubuntu-18.04 from buildUwe Klotz
2021-06-12Merge branch '2.3' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2021-06-12CI: Use custom CMake version on macOS/Ubuntu 18.04 onlyJan Holthuis
2021-06-12CI: Remove unused QT_PATH env var from command lineJan Holthuis
2021-06-12CI: Remove generator from CMake command lineJan Holthuis
This is not necessary anymore. If it fails, our buildenv scripts are insufficient, so this also helps testing these scripts.
2021-05-12Merge branch '2.3' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
# Conflicts: # .github/workflows/build.yml # src/mixxx.cpp
2021-05-11Merge pull request #3780 from Holzhaus/ci-improvementsDaniel Schürmann
CI: Disable fatal debug assertions for 2.3 beta
2021-04-30Merge branch '2.3' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2021-04-30Merge branch '2.3' of github.com:mixxxdj/mixxxJan Holthuis
2021-04-29CI: Add missing check for macOS codesigningJan Holthuis
2021-04-29CI: Use SSH Agent to deploy to download serverJan Holthuis
2021-04-29CI: Fix MSYS2 vs. Git Bash cygheap DLL corruptionJan Holthuis
2021-04-28CI: Add comment regarding the git fetch depthJan Holthuis
2021-04-28Merge remote-tracking branch 'upstream/2.3' into mainDaniel Schürmann
2021-04-27Merge pull request #3766 from Holzhaus/manual-pdf-downloadronso0
CMake: Download PDF manual from downloads.mixxx.org
2021-04-24Merge branch '2.3' of github.com:mixxxdj/mixxx into mainJan Holthuis
2021-04-23CI: Improve deployment directory structureJan Holthuis
2021-04-23Merge branch '2.3' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
# Conflicts: # .github/workflows/build.yml
2021-04-20CI: Deploy stable releases to ppa:mixxx/mixxxJan Holthuis
2021-04-17Merge branch '2.3' of github.com:mixxxdj/mixxxJan Holthuis
2021-04-17Merge branch '2.3' of github.com:mixxxdj/mixxxJan Holthuis
2021-04-16CI: Make sure to fetch all tagsJan Holthuis
Although this should be unnecessary since with use `fetch-depth: 0` for the checkout action, but unfortunately this does not seem to suffice to get the currently pushed tag via `git describe`. Possibly related: actions/checkout#290
2021-04-16CI: Use better paths for branch and tag build artifactsJan Holthuis
2021-04-16CI: Update win64 artifact slug to match download page on websiteJan Holthuis
2021-04-16CI: Improve file names of package artifactsJan Holthuis
2021-04-14CI: Use new deploy.py script and make deploy.sh less smart (just upload)Jan Holthuis
2021-04-12CI: Disable debug assertionsJan Holthuis
2021-04-12CI: Remove unnecessary build type variableJan Holthuis
2021-04-11Merge branch '2.3' of github.com:mixxxdj/mixxxJan Holthuis
2021-04-11Fixed build settings for local Windows development environmentJoergAtGithub
2021-04-06CI: Enable manual PDF download for all buildsJan Holthuis
2021-03-30Merge branch '2.3' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
# Conflicts: # .github/workflows/build.yml # src/controllers/midi/hss1394controller.cpp
2021-03-30CI: Enable WavPack on WindowsJan Holthuis
On macOS, WavPack is not available because it's missing from our buildenv.