From 66422ebca198a5a71d0b0a5867ba5e7101348645 Mon Sep 17 00:00:00 2001
From: David Gilbert <david.gilbert@rwth-aachen.de>
Date: Fri, 12 Apr 2024 17:13:48 +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.

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

diff --git a/project.gitlab-ci.yml b/project.gitlab-ci.yml
index 99292c1..f133f7c 100644
--- a/project.gitlab-ci.yml
+++ b/project.gitlab-ci.yml
@@ -26,9 +26,11 @@ include:
 #for adding EXTRA_ARGS to the building process
 #
 # 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: ""
 
 stages:
   - build
-- 
GitLab