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

updated gitlab-ci

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