GitHub Actions: build apk
This commit is contained in:
parent
b1e9f0dc54
commit
df056bbb03
14
.github/workflows/build.yml
vendored
Normal file
14
.github/workflows/build.yml
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
name: Build
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: "Build Minimap apk"
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
||||
- uses: vgaidarji/android-github-actions-build@v1.0.1
|
||||
with:
|
||||
args: "./gradlew build"
|
Loading…
Reference in New Issue
Block a user