Update .gitlab-ci.yml file
This commit is contained in:
parent
e375eab1ac
commit
191b8b8673
1 changed files with 12 additions and 0 deletions
12
.gitlab-ci.yml
Normal file
12
.gitlab-ci.yml
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
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/
|
||||||
Loading…
Reference in a new issue