Skip to content

Commit

Permalink
run an android build in ci via cross
Browse files Browse the repository at this point in the history
  • Loading branch information
doy committed Dec 28, 2024
1 parent 5814122 commit e774fd0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@ jobs:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- run: cargo build --all-targets
build-android:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- uses: cargo-bins/cargo-binstall@main
- run: cargo binstall cross
- run: cross check --all-targets --target aarch64-linux-android
test:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit e774fd0

Please sign in to comment.