Skip to content

jngl-test: Use new logging functions #1104

jngl-test: Use new logging functions

jngl-test: Use new logging functions #1104

Workflow file for this run

name: Android
on:
pull_request:
push:
jobs:
build:
runs-on: [ubuntu-latest]
container:
image: registry.gitlab.com/jhasse/android-ndk-docker:r27b
steps:
- uses: actions/checkout@v4
- name: Cache CPM.cmake packages
uses: actions/cache@v4
with:
path: .cache/cpm
key: cpm
- name: Build
run: make -C android
env:
CPM_SOURCE_CACHE: ${{ github.workspace }}/.cache/cpm