Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
HM
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
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
Monitor
Incidents
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Weijia
HM
Commits
c8110c78
Commit
c8110c78
authored
5 years ago
by
Karsten Suehring
Browse files
Options
Downloads
Patches
Plain Diff
add YAML file for GitLab CI process
parent
f672feae
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+53
-0
53 additions, 0 deletions
.gitlab-ci.yml
with
53 additions
and
0 deletions
.gitlab-ci.yml
0 → 100644
+
53
−
0
View file @
c8110c78
stages
:
-
build
.build_template
:
stage
:
build
script
:
-
make realclean
-
make all
only
:
refs
:
-
master
-
merge_requests
variables
:
-
$CI_PROJECT_URL == 'https://vcgit.hhi.fraunhofer.de/jct-vc/HM'
build_macos
:
extends
:
.build_template
tags
:
-
macos
build_ubuntu1604
:
extends
:
.build_template
tags
:
-
ubuntu1604
build_ubuntu1804
:
extends
:
.build_template
tags
:
-
ubuntu1804
build_ubuntu1804-gcc8
:
extends
:
.build_template
script
:
-
make realclean
-
make all toolset=gcc-8
tags
:
-
ubuntu1804-gcc8
build_vc1900
:
extends
:
.build_template
tags
:
-
vc1900
build_vc191x
:
extends
:
.build_template
tags
:
-
vc191x
build_vc192x
:
extends
:
.build_template
tags
:
-
vc192x
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