Skip to content

Try using cargo-ndk plugin; add serde derive feature (how did this wo… #43

Try using cargo-ndk plugin; add serde derive feature (how did this wo…

Try using cargo-ndk plugin; add serde derive feature (how did this wo… #43

Workflow file for this run

name: Rust (Common)
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: Cargo Build
run: cargo build --verbose
working-directory: common
- name: Run tests
run: cargo test --verbose
working-directory: common
# - name: Build iOS XCFramework
# run: ./build-ios.sh
# working-directory: common
# - name: Build Android Shared Library
# run: ./build-android.sh
# working-directory: common