mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-25 09:17:12 +01:00
CI: Add Android builds to GitHub Actions
This commit is contained in:
parent
7fe6dbafa3
commit
297ce148e6
14
.github/workflows/android.yml
vendored
Normal file
14
.github/workflows/android.yml
vendored
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
name: Build (Android)
|
||||||
|
|
||||||
|
on: [push, pull_request]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
android:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
- uses: nttld/setup-ndk@v1
|
||||||
|
with:
|
||||||
|
ndk-version: r21e
|
||||||
|
- name: Build
|
||||||
|
run: ./build-scripts/androidbuildlibs.sh
|
Loading…
Reference in New Issue
Block a user