mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 14:43:20 +00:00
CI: Add Android builds to GitHub Actions
This commit is contained in:
parent
7fe6dbafa3
commit
297ce148e6
1 changed files with 14 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue