Skip to content

Commit

Permalink
chore: update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Nov 8, 2023
1 parent 37b4b80 commit a225971
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
instrumented_tests:
name: Run Instrumented Tests
name: Run Scripts
runs-on: macos-latest

steps:
Expand All @@ -34,11 +34,14 @@ jobs:
args: cargo-ndk

- name: setup build targets
run: rustup target add aarch64-linux-android armv7-linux-androideabi i686-linux-android x86_64-linux-android aarch64-apple-ios --target=x86_64-apple-ios
run: rustup target add aarch64-linux-android armv7-linux-androideabi i686-linux-android x86_64-linux-android aarch64-apple-ios x86_64-apple-ios

- name: build
- name: build android
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 34
script: ./gradlew cargoBuild

- name: build iso
with:
script: cargo build --target=aarch64-apple-ios && cargo build --target=x86_64-apple-ios

0 comments on commit a225971

Please sign in to comment.