Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
RWTH VR Cluster Plugin
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
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
Plugins
RWTH VR Cluster Plugin
Commits
ec0a2b9c
Commit
ec0a2b9c
authored
1 year ago
by
David Gilbert
Browse files
Options
Downloads
Patches
Plain Diff
ci(docs): Adds same comments to ci file as the toolkit has
parent
595c3d8f
No related branches found
No related tags found
No related merge requests found
Pipeline
#374340
passed
1 year ago
Stage: generate
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+4
-0
4 additions, 0 deletions
.gitlab-ci.yml
with
4 additions
and
0 deletions
.gitlab-ci.yml
+
4
−
0
View file @
ec0a2b9c
...
...
@@ -36,6 +36,8 @@ include:
#
# You can uncomment the deploy lines to deploy your project to the CAVE/VRDev. This only makes sense, if your plugin works
# with a generated project.
#
# Use the UNREAL_VERSION variable to adjust to your preferred Unreal version.
variables
:
UNREAL_VERSION
:
"
5.3"
...
...
@@ -136,6 +138,7 @@ Build_Linux_Without_Toolkit:
-
job
:
"
Generate_Project_Without_Toolkit"
artifacts
:
true
# Deploys to vrdev
Deploy_Windows
:
rules
:
-
if
:
$CI_PIPELINE_SOURCE == "web"
...
...
@@ -145,6 +148,7 @@ Deploy_Windows:
-
job
:
"
Build_Windows"
artifacts
:
true
# Deploys to vrdemo instead of av006de. Use extends: .Deploy_CAVE_ to deploy to legacy av006de
Deploy_CAVE
:
rules
:
-
if
:
$CI_PIPELINE_SOURCE == "web"
...
...
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