-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'mixxx/main' into kbd-mapping-reload-too…
…ltip-update
- Loading branch information
Showing
900 changed files
with
280,658 additions
and
265,176 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,3 +7,7 @@ doubleClick | |
sur | ||
jus | ||
caf | ||
ReflectIn | ||
bufferIn | ||
indexIn | ||
allLocations |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ jobs: | |
name: ${{ matrix.name }} | ||
steps: | ||
- name: Check out repository | ||
uses: actions/[email protected].5 | ||
uses: actions/[email protected].7 | ||
- name: Install build dependencies | ||
run: tools/debian_buildenv.sh setup | ||
- name: Create build directory | ||
|
@@ -94,6 +94,7 @@ jobs: | |
-DCMAKE_BUILD_TYPE=Debug \ | ||
-DOPTIMIZE=off \ | ||
-DQT6=ON \ | ||
-DQML=ON \ | ||
-DCOVERAGE=ON \ | ||
-DWARNINGS_FATAL=OFF \ | ||
-DDEBUG_ASSERTIONS_FATAL=OFF \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,15 +38,16 @@ jobs: | |
artifacts_path: build/*.deb | ||
artifacts_slug: ubuntu-jammy | ||
qt_qpa_platform: offscreen | ||
- name: macOS 11 x64 | ||
os: macos-11 | ||
- name: macOS 12 x64 | ||
os: macos-12 | ||
cmake_args: >- | ||
-DBULK=ON | ||
-DCOREAUDIO=ON | ||
-DHSS1394=ON | ||
-DMACOS_BUNDLE=ON | ||
-DMODPLUG=ON | ||
-DQT6=ON | ||
-DQML=OFF | ||
-DWAVPACK=ON | ||
-DVCPKG_TARGET_TRIPLET=x64-osx-min1100-release | ||
-DVCPKG_DEFAULT_HOST_TRIPLET=x64-osx-min1100-release | ||
|
@@ -62,15 +63,16 @@ jobs: | |
artifacts_path: build/*.dmg | ||
artifacts_slug: macos-macosintel | ||
qt_qpa_platform: offscreen | ||
- name: macOS 11 arm64 | ||
os: macos-11 | ||
- name: macOS 12 arm64 | ||
os: macos-12 | ||
cmake_args: >- | ||
-DBULK=ON | ||
-DCOREAUDIO=ON | ||
-DHSS1394=ON | ||
-DMACOS_BUNDLE=ON | ||
-DMODPLUG=ON | ||
-DQT6=ON | ||
-DQML=ON | ||
-DWAVPACK=ON | ||
-DVCPKG_TARGET_TRIPLET=arm64-osx-min1100-release | ||
-DVCPKG_DEFAULT_HOST_TRIPLET=x64-osx-min1100-release | ||
|
@@ -101,6 +103,7 @@ jobs: | |
-DMEDIAFOUNDATION=ON | ||
-DMODPLUG=ON | ||
-DQT6=ON | ||
-DQML=OFF | ||
-DWAVPACK=ON | ||
-DVCPKG_TARGET_TRIPLET=x64-windows-release | ||
-DVCPKG_DEFAULT_HOST_TRIPLET=x64-windows-release | ||
|
@@ -131,7 +134,7 @@ jobs: | |
artifact-windows-win64: ${{ steps.prepare_deploy.outputs.artifact-windows-win64 }} | ||
steps: | ||
- name: "Check out repository" | ||
uses: actions/[email protected].5 | ||
uses: actions/[email protected].7 | ||
with: | ||
# This is necessary for making `git describe` work. | ||
fetch-depth: 0 | ||
|
@@ -313,13 +316,13 @@ jobs: | |
env: | ||
AZURE_TENANT_ID: ${{ secrets.AZURE_TENANT_ID }} | ||
if: runner.os == 'Windows' && env.AZURE_TENANT_ID | ||
uses: azure/azure-code-signing-action@v0.3.0 | ||
uses: azure/trusted-signing-action@v0.4.0 | ||
with: | ||
azure-tenant-id: ${{ secrets.AZURE_TENANT_ID }} | ||
azure-client-id: ${{ secrets.AZURE_CLIENT_ID }} | ||
azure-client-secret: ${{ secrets.AZURE_CLIENT_SECRET }} | ||
endpoint: https://weu.codesigning.azure.net/ | ||
code-signing-account-name: mixxx | ||
trusted-signing-account-name: mixxx | ||
certificate-profile-name: mixxx | ||
files-folder: build | ||
files-folder-filter: exe | ||
|
@@ -345,7 +348,7 @@ jobs: | |
run: | | ||
if [[ "${{ github.ref }}" == "refs/heads/main" ]] && [[ "${{ github.repository }}" == "mixxxdj/mixxx" ]]; then | ||
CPACK_ARGS="-D DEB_UPLOAD_PPA=ppa:mixxx/nightlies" | ||
elif [[ "${{ github.ref }}" == "refs/heads/2.4" ]] && [[ "${{ github.repository }}" == "mixxxdj/mixxx" ]]; then | ||
elif [[ "${{ github.ref }}" == "refs/heads/2.5" ]] && [[ "${{ github.repository }}" == "mixxxdj/mixxx" ]]; then | ||
CPACK_ARGS="-D DEB_UPLOAD_PPA=ppa:mixxx/mixxxbetas" | ||
elif [[ "${{ github.ref }}" =~ ^refs/tags/[0-9]+\.[0-9]+\.[0-9]+$ ]] && [[ "${{ github.repository }}" == "mixxxdj/mixxx" ]]; then | ||
CPACK_ARGS="-D DEB_UPLOAD_PPA=ppa:mixxx/mixxx" | ||
|
@@ -368,13 +371,13 @@ jobs: | |
env: | ||
AZURE_TENANT_ID: ${{ secrets.AZURE_TENANT_ID }} | ||
if: runner.os == 'Windows' && env.AZURE_TENANT_ID | ||
uses: azure/azure-code-signing-action@v0.3.0 | ||
uses: azure/trusted-signing-action@v0.4.0 | ||
with: | ||
azure-tenant-id: ${{ secrets.AZURE_TENANT_ID }} | ||
azure-client-id: ${{ secrets.AZURE_CLIENT_ID }} | ||
azure-client-secret: ${{ secrets.AZURE_CLIENT_SECRET }} | ||
endpoint: https://weu.codesigning.azure.net/ | ||
code-signing-account-name: mixxx | ||
trusted-signing-account-name: mixxx | ||
certificate-profile-name: mixxx | ||
files-folder: build | ||
files-folder-filter: msi | ||
|
@@ -470,7 +473,7 @@ jobs: | |
- name: "Upload GitHub Actions artifacts" | ||
if: matrix.artifacts_path != null | ||
uses: actions/upload-artifact@v4.3.3 | ||
uses: actions/upload-artifact@v4.4.0 | ||
with: | ||
name: ${{ matrix.artifacts_name }} | ||
path: ${{ matrix.artifacts_path }} | ||
|
@@ -481,10 +484,12 @@ jobs: | |
needs: build | ||
# Always run this job, even if one or more jobs from the `build` jobs | ||
# fail to allow partial updates of the manifest. | ||
if: always() | ||
# Don't run it on forks that do not have access to our external | ||
# infrastructure, though. | ||
if: always() && github.repository == 'mixxxdj/mixxx' | ||
steps: | ||
- name: "Check out repository" | ||
uses: actions/[email protected].5 | ||
uses: actions/[email protected].7 | ||
with: | ||
fetch-depth: 0 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,6 @@ jobs: | |
runs-on: ubuntu-22.04 | ||
|
||
steps: | ||
- uses: actions/[email protected].5 | ||
- uses: actions/[email protected].7 | ||
- name: Block Fixup Commit Merge | ||
uses: 13rac1/[email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ jobs: | |
container: holzhaus/mixxx-ci:20220930 | ||
steps: | ||
- name: "Check out repository" | ||
uses: actions/[email protected].5 | ||
uses: actions/[email protected].7 | ||
with: | ||
# Unfortunately we need the whole history and can't use a shallow clone | ||
# because the Appstream Metadata hook parses the history to find the | ||
|
@@ -67,14 +67,14 @@ jobs: | |
|
||
- name: "Upload patch artifact" | ||
if: failure() && env.UPLOAD_PATCH_FILE != null | ||
uses: actions/upload-artifact@v4.3.3 | ||
uses: actions/upload-artifact@v4.4.0 | ||
with: | ||
name: ${{ env.UPLOAD_PATCH_FILE }} | ||
path: ${{ env.UPLOAD_PATCH_FILE }} | ||
|
||
- name: "Upload pre-commit.log" | ||
if: failure() && env.UPLOAD_PATCH_FILE == null | ||
uses: actions/upload-artifact@v4.3.3 | ||
uses: actions/upload-artifact@v4.4.0 | ||
with: | ||
name: pre-commit.log | ||
path: /github/home/.cache/pre-commit/pre-commit.log | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.