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
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
Plugins
RWTH VR Toolkit
Merge requests
!19
Switching to new Git-CE structure
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Switching to new Git-CE structure
fix/switch_to_new_structure
into
4.26
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Switching to new Git-CE structure
Sebastian Pape
requested to merge
fix/switch_to_new_structure
into
4.26
Jul 18, 2022
Overview
0
Commits
1
Pipelines
0
Changes
1
0
0
Merge request reports
Compare
4.26
4.26 (base)
and
latest version
latest version
f3e9c8de
1 commit,
Jul 18, 2022
1 file
+
5
−
5
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
5
−
5
View file @ f3e9c8de
Edit in single-file editor
Open in Web IDE
Show full file
#-------------------------------------------------------------------------------
# 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