diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..171cf34 --- /dev/null +++ b/.gitlab-ci.yml @@ -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/