2021-01-25 20:44:17 +01:00
|
|
|
stages:
|
|
|
|
- build
|
|
|
|
|
|
|
|
variables:
|
|
|
|
GIT_STRATEGY: fetch
|
|
|
|
|
|
|
|
UNITY_VERSION: 2020.2.2f1
|
|
|
|
|
|
|
|
build:
|
|
|
|
stage: build
|
|
|
|
script:
|
|
|
|
- chmod +x ./ci/build.sh
|
2021-01-25 21:06:58 +01:00
|
|
|
- ./ci/build.sh $UNITY_VERSION
|
2021-01-25 20:44:17 +01:00
|
|
|
artifacts:
|
|
|
|
name: $CI_PROJECT_NAME-$CI_PIPELINE_ID
|
|
|
|
paths:
|
2021-01-25 21:06:58 +01:00
|
|
|
- ./game/Build
|