Update .gitlab-ci.yml file

This commit is contained in:
Mikolaj Wojciech Gorski 2023-07-02 01:36:01 +00:00
parent e375eab1ac
commit 191b8b8673

12
.gitlab-ci.yml Normal file
View 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/