Some checks failed
Build Android / Build APK (push) Failing after 17m56s
19 lines
382 B
YAML
19 lines
382 B
YAML
|
|
name: Build Android
|
|
|
|
on: [push, pull_request]
|
|
|
|
jobs:
|
|
build:
|
|
name: Build APK
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Build apk file
|
|
uses: sparkfabrik/android-build-action@v1.5.0
|
|
with:
|
|
project-path: android
|
|
output-path: test.apk
|
|
ruby-version: "2.7.5"
|
|
bundler-version: "2.3.26"
|
|
fastlane-env: "debug"
|