|
|
@ -60,3 +60,24 @@ jobs: |
|
|
|
with: |
|
|
|
token: ${{ secrets.GITHUB_TOKEN }} |
|
|
|
args: --all-features --target wasm32-unknown-unknown |
|
|
|
|
|
|
|
check_android: |
|
|
|
name: Check Android |
|
|
|
runs-on: ubuntu-latest |
|
|
|
steps: |
|
|
|
- uses: actions/[email protected] |
|
|
|
- uses: Swatinem/[email protected] |
|
|
|
- uses: actions-rs/[email protected] |
|
|
|
with: |
|
|
|
profile: minimal |
|
|
|
toolchain: stable |
|
|
|
components: rustfmt, clippy |
|
|
|
override: true |
|
|
|
- uses: actions-rs/[email protected] |
|
|
|
with: |
|
|
|
crate: cargo-make |
|
|
|
use-tool-cache: true |
|
|
|
- uses: actions-rs/[email protected] |
|
|
|
with: |
|
|
|
command: make |
|
|
|
args: build-android-example |