Skip to content

[core] Implementation of logging/formatting system using {fmt} #1931

[core] Implementation of logging/formatting system using {fmt}

[core] Implementation of logging/formatting system using {fmt} #1931

Workflow file for this run

name: Android
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
name: NDK-R23
runs-on: ubuntu-20.04
steps:
- name: Setup Android NDK R23
uses: nttld/setup-ndk@v1
id: setup-ndk
with:
ndk-version: r23
add-to-path: false
- uses: actions/checkout@v3
with:
submodules: true
- name: build
run: |
cd ./scripts/build-android/
echo ${{ steps.setup-ndk.outputs.ndk-path }}
source ./build-android -n ${{ steps.setup-ndk.outputs.ndk-path }}