Skip to content
Snippets Groups Projects
Commit d52efbbf authored by Daniel Rupp's avatar Daniel Rupp
Browse files

Merge branch '5.1' of...

Merge branch '5.1' of https://git-ce.rwth-aachen.de/vr-vis/VR-Group/unreal-development/plugins/universallogging into HEAD # Please enter a commit message to explain why this merge is necessary,
parents 7ca24bcb 6c169c7c
No related branches found
No related tags found
1 merge request!215.6 -> Develop
......@@ -23,8 +23,18 @@ include:
#for adding EXTRA_ARGS to the building process
stages:
- generate
- build
Generate_Project:
only: ['web', 'schedules']
extends: .Generate_Project_
variables:
GEN_TEMPLATE_REPO: "https://git-ce.rwth-aachen.de/vr-vis/VR-Group/unreal-development/unrealprojecttemplate.git"
GEN_TEMPLATE_BRANCH: "5.1"
GEN_DEPENDENCIES: "(
)"
Build_Windows:
only: ['web', 'schedules']
extends: .Build_Windows_
......@@ -32,8 +42,12 @@ Build_Windows:
- windows
- unreal-5.1
variables:
CLIENT_CONFIG: "Shipping"
# CLIENT_CONFIG: "Shipping"
GIT_STRATEGY: none
GIT_CHECKOUT: "false"
CLIENT_CONFIG: "DebugGame"
needs:
- job: "Generate_Project"
artifacts: true
Build_Linux:
only: ['web', 'schedules']
......@@ -42,8 +56,13 @@ Build_Linux:
- linux
- unreal-5.1
variables:
CLIENT_CONFIG: "Shipping"
# CLIENT_CONFIG: "Shipping"
GIT_STRATEGY: none
GIT_CHECKOUT: "false"
CLIENT_CONFIG: "DebugGame"
needs:
- job: "Generate_Project"
artifacts: true
# Would copy packaged game to the VRDev drive
#Deploy_Windows:
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment