Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
behavior_loader
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bioroboticslab
biotracker
behavior_loader
Commits
e1202c96
Commit
e1202c96
authored
5 years ago
by
calrama
Browse files
Options
Downloads
Patches
Plain Diff
ci: add centos-7 build
parent
6b8be12d
No related branches found
No related tags found
No related merge requests found
Pipeline
#26077
passed
5 years ago
Stage: build
Stage: package
Stage: deploy
Pipeline: biotracker
#26082
Changes
1
Pipelines
35
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+15
-0
15 additions, 0 deletions
.gitlab-ci.yml
with
15 additions
and
0 deletions
.gitlab-ci.yml
+
15
−
0
View file @
e1202c96
...
@@ -3,6 +3,9 @@ stages:
...
@@ -3,6 +3,9 @@ stages:
-
package
-
package
-
deploy
-
deploy
.centos-7
:
tags
:
[
linux
,
docker
]
image
:
git.imp.fu-berlin.de:5000/bioroboticslab/robofish/docker:centos-7
.ubuntu-18.04
:
.ubuntu-18.04
:
tags
:
[
linux
,
docker
]
tags
:
[
linux
,
docker
]
...
@@ -35,6 +38,12 @@ stages:
...
@@ -35,6 +38,12 @@ stages:
expire_in
:
1 day
expire_in
:
1 day
script
:
./.gitlab-ci.py build
script
:
./.gitlab-ci.py build
build centos-7
:
extends
:
.centos-7
<<
:
*build
variables
:
<<
:
[
*release
]
build ubuntu-18.04
:
build ubuntu-18.04
:
extends
:
.ubuntu-18.04
extends
:
.ubuntu-18.04
<<
:
*build
<<
:
*build
...
@@ -62,6 +71,12 @@ build windows-1809[debug]:
...
@@ -62,6 +71,12 @@ build windows-1809[debug]:
expire_in
:
1 week
expire_in
:
1 week
script
:
./.gitlab-ci.py package
script
:
./.gitlab-ci.py package
package centos-7
:
extends
:
.centos-7
dependencies
:
-
build centos-7
<<
:
*package
package ubuntu-18.04
:
package ubuntu-18.04
:
extends
:
.ubuntu-18.04
extends
:
.ubuntu-18.04
dependencies
:
dependencies
:
...
...
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