12 lines
302 B
YAML
12 lines
302 B
YAML
image: unityci/editor:2020.3.16f1
|
|
|
|
before_script:
|
|
- export UNITY_LICENSE_CONTENT="$UNITY_LICENSE"
|
|
- . <(curl -s https://raw.githubusercontent.com/game-ci/docker/master/entrypoint.sh)
|
|
|
|
build:
|
|
script:
|
|
- unity-ci build --target Standalone --output build
|
|
artifacts:
|
|
paths:
|
|
- build/
|