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

fix(ci): Manually remove nDisplay references from Config files when generating...

fix(ci): Manually remove nDisplay references from Config files when generating a project without cluster module
parent f7f383e3
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 #376962 failed
...@@ -90,6 +90,10 @@ Generate_Project_Without_Cluster: ...@@ -90,6 +90,10 @@ 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
- 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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment