mirror of
https://github.com/game-ci/unity-builder.git
synced 2025-07-04 12:25:19 -04:00
Add support for android builds
The emoji in the github action name exposed as a env variable through docker was causing a gradle crash 😢.
This commit is contained in:
parent
1245bfefc8
commit
401ddcaae0
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: Actions 😎
|
name: Actions
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request: {}
|
pull_request: {}
|
||||||
@ -48,7 +48,7 @@ jobs:
|
|||||||
- StandaloneWindows64 # Build a Windows 64-bit standalone.
|
- StandaloneWindows64 # Build a Windows 64-bit standalone.
|
||||||
- StandaloneLinux64 # Build a Linux 64-bit standalone.
|
- StandaloneLinux64 # Build a Linux 64-bit standalone.
|
||||||
- iOS # Build an iOS player.
|
- iOS # Build an iOS player.
|
||||||
# - Android # Build an Android .apk standalone app.
|
- Android # Build an Android .apk.
|
||||||
# - WebGL # WebGL.
|
# - WebGL # WebGL.
|
||||||
# - WSAPlayer # Build an Windows Store Apps player.
|
# - WSAPlayer # Build an Windows Store Apps player.
|
||||||
# - PS4 # Build a PS4 Standalone.
|
# - PS4 # Build a PS4 Standalone.
|
||||||
|
12
README.md
12
README.md
@ -1,6 +1,6 @@
|
|||||||
# Unity - Builder
|
# Unity - Builder
|
||||||
|
|
||||||
[](https://github.com/webbertakken/unity-builder/actions?query=branch%3Amaster+event%3Apush+workflow%3A%22Actions+%F0%9F%98%8E%22)
|
[](https://github.com/webbertakken/unity-builder/actions?query=branch%3Amaster+event%3Apush+workflow%3A%22Actions)
|
||||||
[](https://lgtm.com/projects/g/webbertakken/unity-builder/context:javascript)
|
[](https://lgtm.com/projects/g/webbertakken/unity-builder/context:javascript)
|
||||||
[](https://codecov.io/gh/webbertakken/unity-builder)
|
[](https://codecov.io/gh/webbertakken/unity-builder)
|
||||||
|
|
||||||
@ -268,15 +268,15 @@ Find the available strategies below:
|
|||||||
|
|
||||||
Versioning out of the box! **(recommended)**
|
Versioning out of the box! **(recommended)**
|
||||||
|
|
||||||
> Compatible with **all platforms**.
|
> Compatible with **all platforms**.
|
||||||
> Does **not** modify your repository.
|
> Does **not** modify your repository.
|
||||||
> Requires **zero configuration**.
|
> Requires **zero configuration**.
|
||||||
|
|
||||||
How it works:
|
How it works:
|
||||||
|
|
||||||
> Generates a version based on [semantic versioning](https://semver.org/).
|
> Generates a version based on [semantic versioning](https://semver.org/).
|
||||||
> Follows `<major>.<minor>.<patch>` for example `0.17.2`.
|
> Follows `<major>.<minor>.<patch>` for example `0.17.2`.
|
||||||
> The latest tag dictates `<major>.<minor>` (defaults to 0.0 for no tag).
|
> The latest tag dictates `<major>.<minor>` (defaults to 0.0 for no tag).
|
||||||
> The number of commits (since the last tag, if any) is used for `<patch>`.
|
> The number of commits (since the last tag, if any) is used for `<patch>`.
|
||||||
|
|
||||||
No configuration required.
|
No configuration required.
|
||||||
|
Loading…
Reference in New Issue
Block a user