mirror of
https://github.com/lightsoutgames/godot-tts
synced 2024-11-22 12:25:56 +00:00
Add Android build action.
This commit is contained in:
parent
5395256385
commit
e05cdde57d
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
@ -26,3 +26,11 @@ jobs:
|
|||
- run: |
|
||||
choco install -y llvm
|
||||
cargo build --release --verbose
|
||||
|
||||
build_android:
|
||||
name: Build Android
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- run: |
|
||||
./gradlew assemble
|
||||
|
|
Loading…
Reference in New Issue
Block a user