Skip to content
Snippets Groups Projects
Commit df05bd9b authored by Sebastian Pape's avatar Sebastian Pape
Browse files

Merge branch 'spape-master-patch-89181' into 'master'

Update project.gitlab-ci.yml

See merge request VR-Group/unreal-development/unreal-ci!30
parents 6f65baea 1eae5365
No related branches found
No related tags found
1 merge request!30Update project.gitlab-ci.yml
...@@ -29,14 +29,22 @@ stages: ...@@ -29,14 +29,22 @@ stages:
Build_Windows: Build_Windows:
only: ['web', 'schedules'] only: ['web', 'schedules']
extends: .Build_Windows_ extends: .Build_Windows_
#variables: tags:
# CLIENT_CONFIG: "DebugGame" - windows
- unreal-4.26
variables:
CLIENT_CONFIG: "DebugGame"
# CLIENT_CONFIG: "Shipping"
Build_CentOS: Build_CentOS:
only: ['web', 'schedules'] only: ['web', 'schedules']
extends: .Build_CentOS_ extends: .Build_CentOS_
#variables: tags:
# CLIENT_CONFIG: "DebugGame" - centos
- unreal-4.26
variables:
CLIENT_CONFIG: "DebugGame"
# CLIENT_CONFIG: "Shipping"
Deploy_CAVE: Deploy_CAVE:
only: ['web', 'schedules'] only: ['web', 'schedules']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment