mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-07-31 04:28:56 +00:00
ci: Build Android.mk in parallel
This commit is contained in:
committed by
Anonymous Maarten
parent
eba97448ae
commit
81acd92d07
2
.github/workflows/generic.yml
vendored
2
.github/workflows/generic.yml
vendored
@@ -376,7 +376,7 @@ jobs:
|
||||
- name: 'Build (Android.mk)'
|
||||
if: ${{ matrix.platform.android-mk }}
|
||||
run: |
|
||||
./build-scripts/androidbuildlibs.sh
|
||||
./build-scripts/androidbuildlibs.sh -j$(nproc)
|
||||
- name: 'Create Gradle project (Android)'
|
||||
if: ${{ matrix.platform.android-gradle }}
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user