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

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.
parent 6918440d
No related branches found
No related tags found
No related merge requests found
...@@ -26,9 +26,11 @@ include: ...@@ -26,9 +26,11 @@ include:
#for adding EXTRA_ARGS to the building process #for adding EXTRA_ARGS to the building process
# #
# Use the UNREAL_VERSION variable to adjust to your preferred Unreal version. # 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: variables:
UNREAL_VERSION: "5.3" UNREAL_VERSION: "5.3"
CUSTOM_NDISPLAY_CONFIG: ""
stages: stages:
- build - build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment