lets build this more often plz

This commit is contained in:
Violet Caulfield
2025-03-28 18:47:03 -05:00
parent 6764ba6a5c
commit 9cc7f8e342
2 changed files with 49 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
name: build-android
on:
push:
pull_request:
jobs:
build-android:

View File

@@ -0,0 +1,48 @@
fastlane documentation
----
# Installation
Make sure you have the latest version of the Xcode command line tools installed:
```sh
xcode-select --install
```
For _fastlane_ installation instructions, see [Installing _fastlane_](https://docs.fastlane.tools/#installing-fastlane)
# Available Actions
## Android
### android test
```sh
[bundle exec] fastlane android test
```
Runs all the tests
### android build
```sh
[bundle exec] fastlane android build
```
### android deploy
```sh
[bundle exec] fastlane android deploy
```
Deploy a new version to the Google Play
----
This README.md is auto-generated and will be re-generated every time [_fastlane_](https://fastlane.tools) is run.
More information about _fastlane_ can be found on [fastlane.tools](https://fastlane.tools).
The documentation of _fastlane_ can be found on [docs.fastlane.tools](https://docs.fastlane.tools).