Skip to content
Snippets Groups Projects

Plugin Separation: Move the RWTHVRCluster Module into its own Plugin with respective content. Removes Toolkit dependency to nDisplay

Merged David Gilbert requested to merge refactor/plugin_separation into dev/5.3
1 file
+ 5
0
Compare changes
  • Side-by-side
  • Inline
+ 5
0
@@ -90,6 +90,11 @@ Generate_Project_Without_Cluster:
@@ -90,6 +90,11 @@ Generate_Project_Without_Cluster:
GEN_DEPENDENCIES: "(
GEN_DEPENDENCIES: "(
[master@UnrealDTrackPlugin]='https://github.com/VRGroupRWTH/UnrealDTrackPlugin.git'
[master@UnrealDTrackPlugin]='https://github.com/VRGroupRWTH/UnrealDTrackPlugin.git'
)"
)"
 
script: # if we don't do this, cooking will for some reason fail even though it should use the correct fallback
 
- !reference [Generate_Project, script]
 
- echo "Generating without cluster mode, removing nDisplay configs..."
 
- cd ${CI_PROJECT_DIR}
 
- sed -i '/DisplayCluster/d' Config/Linux/LinuxEngine.ini
Build_Windows:
Build_Windows:
rules:
rules:
Loading