Skip to content

Merge pull request #552 from pseiderer/ps-devel-fix-uclibc-compile-002 #23

Merge pull request #552 from pseiderer/ps-devel-fix-uclibc-compile-002

Merge pull request #552 from pseiderer/ps-devel-fix-uclibc-compile-002 #23

Workflow file for this run

name: NDK
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: CMake and NDK
run: |
cmake -DCMAKE_BUILD_TYPE=Debug -DENABLE_WERROR=ON -DCMAKE_TOOLCHAIN_FILE=$ANDROID_NDK/build/cmake/android.toolchain.cmake -B build
cmake --build build