Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jvet
HM
Commits
c8110c78
Commit
c8110c78
authored
Nov 05, 2019
by
Karsten Suehring
Browse files
add YAML file for GitLab CI process
parent
f672feae
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment