Skip to content

github-action: more features from TAOS-CI imported and expanded #1

github-action: more features from TAOS-CI imported and expanded

github-action: more features from TAOS-CI imported and expanded #1

Workflow file for this run

name: Android NDK build
on:
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: nttld/setup-ndk@v1
id: setup-ndk
with:
ndk-version: r25b
- runs: |
ndk-build NDK_PROJECT_PATH=. APP_BUILD_SCRIPT=./jni/Android.mk NDK_APPLICATION_MK=./jni/Application.m