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
+ 4
0
@@ -90,6 +90,10 @@ Generate_Project_Without_Cluster:
GEN_DEPENDENCIES: "(
[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
- echo "Generating without cluster mode, removing nDisplay configs..."
- cd ${CI_PROJECT_DIR}
- sed -i '/DisplayCluster/d' ./Config/Linux/LinuxEngine.ini
Build_Windows:
rules:
Loading