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
!33
Adapting to new tags of the runners
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Adapting to new tags of the runners
feature/adapt_to_new_tags
into
master
Overview
0
Commits
2
Pipelines
0
Changes
3
Merged
Sebastian Pape
requested to merge
feature/adapt_to_new_tags
into
master
2 years ago
Overview
0
Commits
2
Pipelines
0
Changes
3
0
0
Merge request reports
Compare
master
version 1
044cca35
2 years ago
master (base)
and
latest version
latest version
e950e5d3
2 commits,
2 years ago
version 1
044cca35
1 commit,
2 years ago
3 files
+
35
−
30
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
plugins.gitlab-ci.yml
+
12
−
11
View file @ e950e5d3
Edit in single-file editor
Open in Web IDE
Show full file
@@ -61,11 +61,11 @@ Build_Windows:
@@ -61,11 +61,11 @@ Build_Windows:
-
job
:
"
Generate_Project"
-
job
:
"
Generate_Project"
artifacts
:
true
artifacts
:
true
Build_
CentOS
:
Build_
Linux
:
only
:
[
'
web'
,
'
schedules'
]
only
:
[
'
web'
,
'
schedules'
]
extends
:
.Build_
CentOS
_
extends
:
.Build_
Linux
_
tags
:
tags
:
-
centos
-
linux
-
unreal-4.26
-
unreal-4.26
variables
:
variables
:
GIT_STRATEGY
:
none
GIT_STRATEGY
:
none
@@ -75,17 +75,18 @@ Build_CentOS:
@@ -75,17 +75,18 @@ Build_CentOS:
needs
:
needs
:
-
job
:
"
Generate_Project"
-
job
:
"
Generate_Project"
artifacts
:
true
artifacts
:
true
#Deploy_CAVE:
# only: ['web', 'schedules']
# extends: .Deploy_CAVE_
# needs:
# - job: "Build_CentOS"
# artifacts: true
#
#Deploy_Windows:
#Deploy_Windows:
# only: ['web', 'schedules']
# only: ['web', 'schedules']
# extends: .Deploy_VRDev_
# extends: .Deploy_VRDev_
# needs:
# needs:
# - job: "Build_Windows"
# - job: "Build_Windows"
# artifacts: true
#
#Deploy_CAVE:
# only: ['web', 'schedules']
# extends: .Deploy_CAVE_
# needs:
# - job: "Build_Linux"
# artifacts: true
# artifacts: true
#
Loading