library/.gitea/workflows/test-make.yaml
Alexander Kacheryants 7e34d9f9ec
Some checks failed
Build Android / Build APK (push) Failing after 17m56s
maybe fix
2024-07-11 23:21:31 +03:00

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"