revival/.gitlab-ci.yml

19 lines
290 B
YAML
Raw Normal View History

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