mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 09:28:15 +03:00
Use Android SDL2 via Maven
This commit is contained in:
committed by
Misa Elizabeth Kai
parent
1d3173f5c1
commit
ca71410f14
9
.github/workflows/android.yml
vendored
9
.github/workflows/android.yml
vendored
@@ -27,9 +27,16 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
repository: libsdl-org/SDL
|
||||
ref: release-2.28.x
|
||||
ref: release-2.28.5
|
||||
path: 'SDL'
|
||||
|
||||
- name: Build SDL
|
||||
run: |
|
||||
sudo apt-get -y install ninja-build
|
||||
cd SDL
|
||||
./build-scripts/android-prefab.sh
|
||||
mvn install:install-file -Dfile=build-android-prefab/prefab-2.28.5/SDL2-2.28.5.aar -DpomFile=build-android-prefab/prefab-2.28.5/SDL2-2.28.5.pom
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
cd ${SRC_DIR_PATH}
|
||||
|
||||
Reference in New Issue
Block a user