From e50bf5373f5c092d392d947fb27223dc141bcd5c Mon Sep 17 00:00:00 2001
From: David Gilbert <david.gilbert@rwth-aachen.de>
Date: Fri, 12 Apr 2024 17:11:54 +0200
Subject: [PATCH] ci: Adds support for custom ndisplay configurations to be
 deployed to the launcher.meta Use the CUSTOM_NDISPLAY_CONFIG variable in case
 you need a custom ndisplay config. These are always located in
 /home/vrdemo/configs/ndisplay.

---
 .gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bc970ad3..95723aec 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -38,9 +38,11 @@ include:
 # with a generated project.
 #
 # Use the UNREAL_VERSION variable to adjust to your preferred Unreal version.
+# 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.3"
+    CUSTOM_NDISPLAY_CONFIG: "aixcave_5_3_dev.ndisplay"
 
 stages:
   - analyze
-- 
GitLab