diff --git a/project.gitlab-ci.yml b/project.gitlab-ci.yml index 3afd7184d66128e3164383cc866a95f4deef508b..b54b23f1f71bd90bff037f6726bc91c188cba197 100644 --- a/project.gitlab-ci.yml +++ b/project.gitlab-ci.yml @@ -29,21 +29,29 @@ stages: Build_Windows: only: ['web', 'schedules'] extends: .Build_Windows_ - #variables: - # CLIENT_CONFIG: "DebugGame" + tags: + - windows + - unreal-4.26 + variables: + CLIENT_CONFIG: "DebugGame" + # CLIENT_CONFIG: "Shipping" Build_CentOS: only: ['web', 'schedules'] extends: .Build_CentOS_ - #variables: - # CLIENT_CONFIG: "DebugGame" - + tags: + - centos + - unreal-4.26 + variables: + CLIENT_CONFIG: "DebugGame" + # CLIENT_CONFIG: "Shipping" + Deploy_CAVE: only: ['web', 'schedules'] extends: .Deploy_CAVE_ dependencies: - Build_CentOS - + Deploy_Windows: only: ['web', 'schedules'] extends: .Deploy_VRDev_