mirror of
https://github.com/game-ci/unity-builder.git
synced 2025-07-04 12:25:19 -04:00
16 lines
439 B
YAML
16 lines
439 B
YAML
name: 'Unity - Builder'
|
|
author: Webber Takken <webber@takken.io>
|
|
description: 'Build Unity projects for different platforms.'
|
|
inputs: {}
|
|
outputs:
|
|
buildPath:
|
|
description: "Path where the current platform has been built to."
|
|
allBuildsPath:
|
|
description: "Path where the build folders are stored. Each platform creates a folder within it."
|
|
runs:
|
|
using: 'docker'
|
|
image: 'Dockerfile'
|
|
branding:
|
|
icon: 'box'
|
|
color: 'gray-dark'
|