revival/.gitlab-ci.yml

19 lines
295 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
2021-01-25 20:49:53 +01:00
- ./ci/build.sh $UNITY_VERSION $(pwd)/$SRC_DIR
2021-01-25 20:44:17 +01:00
artifacts:
name: $CI_PROJECT_NAME-$CI_PIPELINE_ID
paths:
2021-01-25 20:46:12 +01:00
- $SRC_DIR/Build/