Skip to content
Snippets Groups Projects
Commit 18aeea5f authored by David Gilbert's avatar David Gilbert :bug:
Browse files

updated gitlab-ci

parent 73a4cf1a
Branches main
No related tags found
1 merge request!13Draft: Improve walking implementation
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
# The include file can be change to either be removed or reference a specific commit. # The include file can be change to either be removed or reference a specific commit.
include: include:
- project: 'vr-group/unreal-development/unreal-ci' - project: '${UNREAL_CI_PROJECT}'
ref: master ref: master
file: '/shared_scripts.yml' file: '/shared_scripts.yml'
...@@ -47,13 +47,14 @@ Generate_Project: ...@@ -47,13 +47,14 @@ Generate_Project:
extends: .Generate_Project_ extends: .Generate_Project_
variables: variables:
RUN_SETUP: "false" RUN_SETUP: "false"
GEN_TEMPLATE_BRANCH: "5.1"
Build_Windows: Build_Windows:
only: ['web', 'schedules'] only: ['web', 'schedules']
extends: .Build_Windows_ extends: .Build_Windows_
tags: tags:
- windows - windows
- unreal-5.0 - unreal-5.1
variables: variables:
GIT_STRATEGY: none GIT_STRATEGY: none
GIT_CHECKOUT: "false" GIT_CHECKOUT: "false"
...@@ -63,12 +64,12 @@ Build_Windows: ...@@ -63,12 +64,12 @@ Build_Windows:
- job: "Generate_Project" - job: "Generate_Project"
artifacts: true artifacts: true
Build_CentOS: Build_Linux:
only: ['web', 'schedules'] only: ['web', 'schedules']
extends: .Build_CentOS_ extends: .Build_Linux_
tags: tags:
- centos - linux
- unreal-5.0 - unreal-5.1
variables: variables:
GIT_STRATEGY: none GIT_STRATEGY: none
GIT_CHECKOUT: "false" GIT_CHECKOUT: "false"
...@@ -82,7 +83,7 @@ Deploy_CAVE: ...@@ -82,7 +83,7 @@ Deploy_CAVE:
only: ['web', 'schedules'] only: ['web', 'schedules']
extends: .Deploy_CAVE_ extends: .Deploy_CAVE_
needs: needs:
- job: "Build_CentOS" - job: "Build_Linux"
artifacts: true artifacts: true
Deploy_Windows: Deploy_Windows:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment