Skip to content

Action: Add github action gradle build #1

Action: Add github action gradle build

Action: Add github action gradle build #1

Workflow file for this run

name: Android Build Test
on:
push:
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: nttld/setup-ndk@v1
id: setup-ndk
with:
ndk-version: r25c
link-to-sdk: true
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: -${{ github.event.pull_request.commits }}
- name: Setup Gradle
uses: gradle/gradle-build-action@v3
with:
arguments: build