Skip to content

Commit 181f724

Browse files
committed
Simplify build matrix to focus on Android platform
Removed Windows and macOS configurations from `build.yml`, leaving only Android-specific settings. Updated `vcpkg_triplet` and `vcpkg_host_triplet` to `arm64-android`. Set `android_abi` to `arm64-v8a` and `android_api` to `21`. Standardized `check_disk_space` to `df -h`. Retained relevant environment variables for Android builds.
1 parent 58e6378 commit 181f724

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -23,24 +23,6 @@ jobs:
2323
check_disk_space: df -h
2424
android_abi: arm64-v8a
2525
android_api: 21
26-
- os: windows-2022
27-
vcpkg_path: C:\mixxx-vcpkg
28-
vcpkg_bootstrap: .\bootstrap-vcpkg.bat
29-
vcpkg_triplet: x64-windows
30-
vcpkg_host_triplet: x64-windows
31-
check_disk_space: Get-PSDrive
32-
- os: macos-13
33-
vcpkg_path: /Users/runner/mixxx-vcpkg
34-
vcpkg_bootstrap: ./bootstrap-vcpkg.sh
35-
vcpkg_triplet: x64-osx-min1100
36-
vcpkg_host_triplet: x64-osx-min1100
37-
check_disk_space: df -h
38-
- os: macos-13
39-
vcpkg_path: /Users/runner/mixxx-vcpkg
40-
vcpkg_bootstrap: ./bootstrap-vcpkg.sh
41-
vcpkg_triplet: arm64-osx-min1100-release
42-
vcpkg_host_triplet: x64-osx-min1100-release
43-
check_disk_space: df -h
4426
env:
4527
VCPKG_DEFAULT_TRIPLET: ${{ matrix.vcpkg_triplet }}
4628
VCPKG_DEFAULT_HOST_TRIPLET: ${{ matrix.vcpkg_host_triplet }}

0 commit comments

Comments
 (0)