From 3a50a68c8964a93cc42a0f99c51ce4954a2b86a3 Mon Sep 17 00:00:00 2001 From: Kris Tabea Helwig <helwig@vr.rwth-aachen.de> Date: Mon, 16 Dec 2024 12:35:38 +0100 Subject: [PATCH] Updates unreal version and cluster plugin version (custom nDisplay config remains untouched) --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 93d693e..542a0c1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -41,7 +41,7 @@ include: # Use the CUSTOM_NDISPLAY_CONFIG variable in case you need a custom ndisplay config. These are always located in /home/vrdemo/configs/ndisplay. variables: - UNREAL_VERSION: "5.4" + UNREAL_VERSION: "5.5" CUSTOM_NDISPLAY_CONFIG: "aixcave_5_4.ndisplay" stages: @@ -83,7 +83,7 @@ Generate_Project: RUN_SETUP: "false" GEN_DEPENDENCIES: "( [master@UnrealDTrackPlugin]='https://github.com/VRGroupRWTH/UnrealDTrackPlugin.git' - [dev/5.4@RWTHVRCluster]='https://git-ce.rwth-aachen.de/vr-vis/VR-Group/unreal-development/plugins/rwth-vr-cluster-plugin.git' + [dev/5.5@RWTHVRCluster]='https://git-ce.rwth-aachen.de/vr-vis/VR-Group/unreal-development/plugins/rwth-vr-cluster-plugin.git' )" Generate_Project_Without_Cluster: -- GitLab