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

ci: build without cluster module and with

parent 376c1fea
No related branches found
No related tags found
2 merge requests!85UE5.3-2023.1-rc3,!79Plugin Separation: Move the RWTHVRCluster Module into its own Plugin with respective content. Removes Toolkit dependency to nDisplay
Pipeline #350411 failed
...@@ -78,8 +78,16 @@ Generate_Project: ...@@ -78,8 +78,16 @@ Generate_Project:
variables: variables:
RUN_SETUP: "false" RUN_SETUP: "false"
GEN_DEPENDENCIES: "( GEN_DEPENDENCIES: "(
[master@UnrealDTrackPlugin]='https://github.com/VRGroupRWTH/UnrealDTrackPlugin.git')" [master@UnrealDTrackPlugin]='https://github.com/VRGroupRWTH/UnrealDTrackPlugin.git'
[dev/5.3@RWTHVRCluster]='https://git-ce.rwth-aachen.de/vr-vis/VR-Group/unreal-development/plugins/rwth-vr-cluster-plugin.git'
)"
Generate_Project_Without_Cluster:
extends: Generate_Project
variables:
GEN_DEPENDENCIES: "(
[master@UnrealDTrackPlugin]='https://github.com/VRGroupRWTH/UnrealDTrackPlugin.git'
)"
Build_Windows: Build_Windows:
rules: rules:
...@@ -122,6 +130,12 @@ Build_Linux: ...@@ -122,6 +130,12 @@ Build_Linux:
- job: "Generate_Project" - job: "Generate_Project"
artifacts: true artifacts: true
Build_Linux_Without_Cluster:
extends: Build_Linux
needs:
- job: "Generate_Project_Without_Cluster"
artifacts: true
Deploy_Windows: Deploy_Windows:
rules: rules:
- if: $CI_PIPELINE_SOURCE == "web" - if: $CI_PIPELINE_SOURCE == "web"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment