Skip to content

Updated NFD lib and ported SDL2 to SDL3 in the editor (#39) #505

Updated NFD lib and ported SDL2 to SDL3 in the editor (#39)

Updated NFD lib and ported SDL2 to SDL3 in the editor (#39) #505

name: Engine Android
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Setup JDK
uses: actions/setup-java@v5
with:
distribution: 'temurin'
java-version: '21'
- name: Build with Gradle
run: |
cd engine/workspaces/androidstudio/
./gradlew assembleDebug