Skip to content

Commit

Permalink
feat: update readme.md and CI file
Browse files Browse the repository at this point in the history
  • Loading branch information
Gstalker committed Mar 19, 2022
1 parent 6230983 commit 9e571b6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 13 additions & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
name: Android CI

on: [push, pull_request]
on:
push:
paths:
- "**.gradle"
- "**.rs"
- "**/Cargo.toml"
- ".github/workflows/**"
pull_request:
paths:
- "**.gradle"
- "**.rs"
- "**/Cargo.toml"
- ".github/workflows/**"

jobs:
build:
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ rustup target add x86_64-linux-android # for x86_64

### 3. Build Project with Gradle

Use Rust-Android-Gradle: https://github.com/mozilla/rust-android-gradle
Gradle build script support by: Rust-Android-Gradle: https://github.com/mozilla/rust-android-gradle

**Windows**:

Expand All @@ -48,6 +48,8 @@ Use Rust-Android-Gradle: https://github.com/mozilla/rust-android-gradle

`./gradlew :module:zipRelease`

And then, artifact will put in `out`

## Problem

### HardCoding
Expand Down

0 comments on commit 9e571b6

Please sign in to comment.