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
Merge requests
!30
Update project.gitlab-ci.yml
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Update project.gitlab-ci.yml
spape-master-patch-89181
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Jan Delember
requested to merge
spape-master-patch-89181
into
master
3 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
1eae5365
1 commit,
3 years ago
1 file
+
14
−
6
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
project.gitlab-ci.yml
+
14
−
6
View file @ 1eae5365
Edit in single-file editor
Open in Web IDE
Show full file
@@ -29,21 +29,29 @@ stages:
@@ -29,21 +29,29 @@ stages:
Build_Windows
:
Build_Windows
:
only
:
[
'
web'
,
'
schedules'
]
only
:
[
'
web'
,
'
schedules'
]
extends
:
.Build_Windows_
extends
:
.Build_Windows_
#variables:
tags
:
# CLIENT_CONFIG: "DebugGame"
-
windows
-
unreal-4.26
variables
:
CLIENT_CONFIG
:
"
DebugGame"
# CLIENT_CONFIG: "Shipping"
Build_CentOS
:
Build_CentOS
:
only
:
[
'
web'
,
'
schedules'
]
only
:
[
'
web'
,
'
schedules'
]
extends
:
.Build_CentOS_
extends
:
.Build_CentOS_
#variables:
tags
:
# CLIENT_CONFIG: "DebugGame"
-
centos
-
unreal-4.26
variables
:
CLIENT_CONFIG
:
"
DebugGame"
# CLIENT_CONFIG: "Shipping"
Deploy_CAVE
:
Deploy_CAVE
:
only
:
[
'
web'
,
'
schedules'
]
only
:
[
'
web'
,
'
schedules'
]
extends
:
.Deploy_CAVE_
extends
:
.Deploy_CAVE_
dependencies
:
dependencies
:
-
Build_CentOS
-
Build_CentOS
Deploy_Windows
:
Deploy_Windows
:
only
:
[
'
web'
,
'
schedules'
]
only
:
[
'
web'
,
'
schedules'
]
extends
:
.Deploy_VRDev_
extends
:
.Deploy_VRDev_
Loading