Skip to content

Add tests. Check if cmake_layout is generated properly #12

Add tests. Check if cmake_layout is generated properly

Add tests. Check if cmake_layout is generated properly #12

Workflow file for this run

name: build
on: push
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17
- run: ./gradlew publishToMavenLocal
- uses: actions/upload-artifact@v4
with:
name: maven-local
path: ~/.m2
if-no-files-found: error
- run: echo "y" | sudo ${ANDROID_HOME}/cmdline-tools/latest/bin/sdkmanager --install "ndk;26.3.11579264"
- run: ./gradlew assemble
working-directory: tests/0_sample_library
- run: ./gradlew assemble
working-directory: tests/1_cmake_layout