mirror of
https://github.com/ArtemSBulgakov/buildozer-action.git
synced 2024-08-16 10:09:52 +02:00
19 lines
531 B
Markdown
19 lines
531 B
Markdown
|
# Buildozer action
|
||
|
|
||
|
Build your Python/[Kivy](https://github.com/kivy/kivy) applications for Android
|
||
|
with [Buildozer](https://github.com/kivy/buildozer). This action uses official
|
||
|
Buildozer [Docker image](https://github.com/kivy/buildozer/blob/master/Dockerfile),
|
||
|
but adds some features and patches to use in GitHub Actions.
|
||
|
|
||
|
## Example usage
|
||
|
|
||
|
```yaml
|
||
|
- name: Build with Buildozer
|
||
|
uses: ArtemSBulgakov/buildozer-action@v1
|
||
|
```
|
||
|
|
||
|
## License
|
||
|
|
||
|
ArtemSBulgakov/buildozer-action is released under the terms of the
|
||
|
[MIT License](LICENSE).
|