Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
CI Scripts
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LuFG VR VIS
VR-Group
Unreal-Development
CI Scripts
Commits
273c67f9
Commit
273c67f9
authored
1 year ago
by
David Gilbert
Browse files
Options
Downloads
Patches
Plain Diff
ci: Adds CUSTOM_NDISPLAY_CONFIG to plugin yml as well.
parent
66422ebc
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
plugins.gitlab-ci.yml
+2
-0
2 additions, 0 deletions
plugins.gitlab-ci.yml
with
2 additions
and
0 deletions
plugins.gitlab-ci.yml
+
2
−
0
View file @
273c67f9
...
@@ -38,9 +38,11 @@ include:
...
@@ -38,9 +38,11 @@ include:
# with a generated project.
# with a generated project.
#
#
# 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
:
-
generate
-
generate
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment