Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
RWTH VR Toolkit
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
Container 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
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 Toolkit
Merge requests
!19
Switching to new Git-CE structure
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Switching to new Git-CE structure
fix/switch_to_new_structure
into
4.26
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Sebastian Pape
requested to merge
fix/switch_to_new_structure
into
4.26
2 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Viewing commit
f3e9c8de
Show latest version
1 file
+
5
−
5
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
f3e9c8de
Switching to new Git-CE structure
· f3e9c8de
Sebastian Pape
authored
2 years ago
.gitlab-ci.yml
+
5
−
5
Options
#-------------------------------------------------------------------------------
# Copyright (c) 202
0
RWTH Aachen University, Germany,
# Copyright (c) 202
2
RWTH Aachen University, Germany,
# Virtual Reality & Immersive Visualisation Group.
#-------------------------------------------------------------------------------
# The include file can be change to either be removed or reference a specific commit.
include
:
-
project
:
'
vr-group/unreal-development/unreal-ci
'
-
project
:
'
${UNREAL_CI_PROJECT}
'
ref
:
master
file
:
'
/shared_scripts.yml'
@@ -27,11 +27,11 @@ include:
# only: ['web', 'schedules']
# extends: .Generate_Project_
# variables:
# GEN_TEMPLATE_REPO: "https://
devhub.vr
.rwth-aachen.de/VR-Group/unreal-development/unrealprojecttemplate.git"
# GEN_TEMPLATE_REPO: "https://
git-ce
.rwth-aachen.de/
vr-vis/
VR-Group/unreal-development/unrealprojecttemplate.git"
# GEN_TEMPLATE_BRANCH: "4.26"
# GEN_DEPENDENCIES: "(
# [4.26@RWTHVRToolkit]='https://
devhub.vr
.rwth-aachen.de/VR-Group/unreal-development/Plugins/rwth-vr-toolkit.git'
# [4.26@UniversalLogging]='https://
devhub.vr
.rwth-aachen.de/VR-Group/unreal-development/Plugins/universallogging.git'
# [4.26@RWTHVRToolkit]='https://
git-ce
.rwth-aachen.de/
vr-vis/
VR-Group/unreal-development/Plugins/rwth-vr-toolkit.git'
# [4.26@UniversalLogging]='https://
git-ce
.rwth-aachen.de/
vr-vis/
VR-Group/unreal-development/Plugins/universallogging.git'
# )"
#
# You can uncomment the deploy lines to deploy your project to the CAVE/VRDev. This only makes sense, if your plugin works
Loading